Searched defs:qS1 (Results 1 - 14 of 14) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | asinf.c | 25 qS1 = -7.0662963390e-01; variable
|
H A D | acosf.c | 24 qS1 = -7.0662963390e-01; variable
|
H A D | asin.c | 54 qS1 = -2.40339491173441421878e+00, /* 0xC0033A27, 0x1C8A2D4B */ variable
|
H A D | acos.c | 47 qS1 = -2.40339491173441421878e+00, /* 0xC0033A27, 0x1C8A2D4B */ variable
|
H A D | __invtrigl.c | 13 qS1 = -2.94788392796209867269e+00L, variable 43 qS1 = -4.84690167848739751544716485245697428e+00L, variable
|
/third_party/musl/src/math/ |
H A D | asinf.c | 25 qS1 = -7.0662963390e-01; variable
|
H A D | acosf.c | 24 qS1 = -7.0662963390e-01; variable
|
H A D | asin.c | 54 qS1 = -2.40339491173441421878e+00, /* 0xC0033A27, 0x1C8A2D4B */ variable
|
H A D | acos.c | 47 qS1 = -2.40339491173441421878e+00, /* 0xC0033A27, 0x1C8A2D4B */ variable
|
H A D | __invtrigl.c | 13 qS1 = -2.94788392796209867269e+00L, variable 43 qS1 = -4.84690167848739751544716485245697428e+00L, variable
|
/third_party/jerryscript/jerry-libm/ |
H A D | asin.c | 72 #define qS1 -2.40339491173441421878e+00 /* 0xC0033A27, 0x1C8A2D4B */ macro 151 #undef qS1 macro
|
H A D | acos.c | 65 #define qS1 -2.40339491173441421878e+00 /* 0xC0033A27, 0x1C8A2D4B */ macro 141 #undef qS1 macro
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_glsl450.c | 192 const float qS1 = -7.0662963390e-01f; in build_asin() local
|
/third_party/node/deps/v8/src/base/ |
H A D | ieee754.cc | 874 qS1 = -2.40339491173441421878e+00, /* 0xC0033A27, 0x1C8A2D4B */ in acos() local 1005 qS1 = -2.40339491173441421878e+00, /* 0xC0033A27, 0x1C8A2D4B */ in asin() local
|
Completed in 11 milliseconds