Home
last modified time | relevance | path

Searched refs:nearbyintf (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/src/math/s390x/
H A Dnearbyintf.c5 float nearbyintf(float x) in nearbyintf() function
13 #include "../nearbyintf.c"
/third_party/musl/src/math/aarch64/
H A Dnearbyintf.c3 float nearbyintf(float x) in nearbyintf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dnearbyintf.c4 float nearbyintf(float x) in nearbyintf() function
/third_party/musl/src/math/
H A Dnearbyintf.c4 float nearbyintf(float x) in nearbyintf() function
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_nearbyint_test.cpp31 * @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 Dnearbyintf.c6 #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 Dlp_test_arit.c327 {"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 Dwasm-external-refs.cc60 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 Dmath.h296 float nearbyintf(float);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h296 float nearbyintf(float);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h296 float nearbyintf(float);
/third_party/musl/include/
H A Dmath.h296 float nearbyintf(float);
/third_party/musl/libc-test/src/api/
H A Dmath.c180 {float(*p)(float) = nearbyintf;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c169 int mpnearbyintf(struct t *t) { return mpf1(t, nearbyintf); } in mpnearbyintf()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMJIT.cpp466 functions.try_emplace("nearbyintf", reinterpret_cast<void *>(nearbyintf));
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc4819 fproundint = &nearbyintf; in DecodeAdvancedSIMDTwoOrThreeRegisters()
5982 sd_value = nearbyintf(sm_value); in DecodeFloatingPointDataProcessing()
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc5053 VECTOR_FP_ROUNDING(float, nearbyintf) in ExecuteGeneric()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34017 extern float nearbyintf (float __x) throw (); extern float __nearbyintf (float __x) throw ();
35310 using ::nearbyintf;
[all...]

Completed in 55 milliseconds