Searched refs:eps (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/ |
A D | hcd.h | 99 struct usb_host_endpoint **eps, unsigned int num_eps, 105 struct usb_host_endpoint **eps, unsigned int num_eps,
|
A D | usb.h | 1542 struct usb_host_endpoint **eps; in usb_pipe_endpoint() local 1543 eps = usb_pipein(pipe) ? dev->ep_in : dev->ep_out; in usb_pipe_endpoint() 1544 return eps[usb_pipeendpoint(pipe)]; in usb_pipe_endpoint()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/ |
A D | util.h | 94 T eps = std::numeric_limits<float>::epsilon(); in IntToDigitCount() local 95 while (t <= (-1 + eps) || (1 - eps) <= t) { in IntToDigitCount()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_luv.c | 868 double eps[NANGLES], ua, va, ang, epsa; in oog_encode() local 871 eps[i] = 2.; in oog_encode() 882 if (epsa < eps[i]) { in oog_encode() 884 eps[i] = epsa; in oog_encode() 889 if (eps[i] > 1.5) { in oog_encode() 892 if (eps[(i+i1)%NANGLES] < 1.5) in oog_encode() 895 if (eps[(i+NANGLES-i2)%NANGLES] < 1.5) in oog_encode()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | qjscalc.js | 1064 var d, i, roots, j, z, eps; 1072 eps = 2.0 ^ (-BigFloatEnv.prec);
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 6788 the eps by redefining the colorimage operator will get messed up.
|
Completed in 34 milliseconds