Searched defs:tiny (Results 1 – 11 of 11) sorted by relevance
/device/google/contexthub/firmware/lib/libm/ |
D | ef_sqrt.c | 19 static const float one = 1.0, tiny=1.0e-30; variable 21 static float one = 1.0, tiny=1.0e-30; variable
|
D | sf_scalbn.c | 34 tiny = 1.0e-30; variable
|
D | ef_atan2.c | 24 tiny = 1.0e-30, variable
|
D | ef_pow.c | 35 tiny = 1.0e-30, variable
|
/device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
D | s_tanh.c | 45 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
|
D | s_scalbn.c | 32 tiny = 1.0e-300; variable
|
D | e_sqrt.c | 107 static const double one = 1.0, tiny=1.0e-300; variable
|
D | e_atan2.c | 54 tiny = 1.0e-300, variable
|
D | s_expm1.c | 124 tiny = 1.0e-300, variable
|
D | e_pow.c | 93 tiny = 1.0e-300, variable
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
D | e_atan2f.c | 23 tiny = 1.0e-30; variable
|