Searched refs:nearbyintf (Results 1 - 18 of 18) sorted by relevance
/third_party/musl/src/math/s390x/ |
H A D | nearbyintf.c | 5 float nearbyintf(float x) in nearbyintf() function 13 #include "../nearbyintf.c"
|
/third_party/musl/src/math/aarch64/ |
H A D | nearbyintf.c | 3 float nearbyintf(float x) in nearbyintf() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | nearbyintf.c | 4 float nearbyintf(float x) in nearbyintf() function
|
/third_party/musl/src/math/ |
H A D | nearbyintf.c | 4 float nearbyintf(float x) in nearbyintf() function
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_nearbyint_test.cpp | 31 * @tc.desc: Obtain test data in sequence and check if it is within the expected error range of the nearbyintf interface. 38 bool testResult = FloatUlpCmp(g_nearbyintfData[i].expected, nearbyintf(g_nearbyintfData[i].input), 1); in HWTEST_F()
|
/third_party/musl/libc-test/src/math/ |
H A D | nearbyintf.c | 6 #include "sanity/nearbyintf.h" 7 #include "special/nearbyintf.h" 26 y = nearbyintf(p->x); in main() 30 printf("%s:%d: bad fp exception: %s nearbyintf(%a)=%a, want %s", in main() 37 printf("%s:%d: %s nearbyintf(%a) want %a got %a ulperr %.3f = %a + %a\n", in main()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_arit.c | 327 {"round", &lp_build_round, &nearbyintf, round_values, ARRAY_SIZE(round_values), 24.0 }, 483 test->ref == &nearbyintf && length == 2 && in test_unary()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-external-refs.cc | 60 float value = nearbyintf(input); in f32_nearest_int_wrapper() 424 simd_float_round_wrapper<float, &nearbyintf>(data); in f32x4_nearest_int_wrapper()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 296 float nearbyintf(float);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 296 float nearbyintf(float);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 296 float nearbyintf(float);
|
/third_party/musl/include/ |
H A D | math.h | 296 float nearbyintf(float);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 180 {float(*p)(float) = nearbyintf;} in f()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 169 int mpnearbyintf(struct t *t) { return mpf1(t, nearbyintf); } in mpnearbyintf()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMJIT.cpp | 466 functions.try_emplace("nearbyintf", reinterpret_cast<void *>(nearbyintf));
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 4819 fproundint = &nearbyintf; in DecodeAdvancedSIMDTwoOrThreeRegisters() 5982 sd_value = nearbyintf(sm_value); in DecodeFloatingPointDataProcessing()
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 5053 VECTOR_FP_ROUNDING(float, nearbyintf) in ExecuteGeneric()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 34017 extern float nearbyintf (float __x) throw (); extern float __nearbyintf (float __x) throw (); 35310 using ::nearbyintf; [all...] |
Completed in 55 milliseconds