Home
last modified time | relevance | path

Searched refs:llround (Results 1 - 23 of 23) sorted by relevance

/third_party/musl/src/math/
H A Dllround.c3 long long llround(double x) in llround() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dllround.c3 long long llround(double x) in llround() function
/third_party/musl/libc-test/src/api/
H A Dtgmath.c181 #ifdef llround in f()
182 {double r = llround(x);} in f()
184 #error no llround(x) in f()
H A Dmath.c149 {long long(*p)(double) = llround;} in f()
/third_party/musl/src/math/aarch64/
H A Dllround.c3 long long llround(double x) in llround() function
/third_party/musl/libc-test/src/math/
H A Dllround.c6 #include "sanity/llround.h"
7 #include "special/llround.h"
25 yi = llround(p->x); in main()
29 printf("%s:%d: bad fp exception: %s llround(%a)=%lld, want %s", in main()
35 printf("%s:%d: %s llround(%a) want %lld got %lld\n", in main()
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h181 #undef llround macro
244 #define llround(x) __tg_real_nocast(llround, (x)) macro
H A Dmath.h255 long long llround(double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h181 #undef llround macro
244 #define llround(x) __tg_real_nocast(llround, (x)) macro
H A Dmath.h255 long long llround(double);
/third_party/musl/include/
H A Dtgmath.h181 #undef llround macro
244 #define llround(x) __tg_real_nocast(llround, (x)) macro
H A Dmath.h255 long long llround(double);
/third_party/node/src/
H A Dnode_platform.cc7 #include <cmath> // llround()
134 uint64_t delay_millis = llround(delay_in_seconds_ * 1000);
466 uint64_t delay_millis = llround(delayed->timeout * 1000); in FlushForegroundTasksInternal()
/third_party/mesa3d/src/mesa/main/
H A Dget.c2141 params[7] = llround(((GLfloat *) p)[7]); in _mesa_GetInteger64v()
2142 params[6] = llround(((GLfloat *) p)[6]); in _mesa_GetInteger64v()
2143 params[5] = llround(((GLfloat *) p)[5]); in _mesa_GetInteger64v()
2144 params[4] = llround(((GLfloat *) p)[4]); in _mesa_GetInteger64v()
2147 params[3] = llround(((GLfloat *) p)[3]); in _mesa_GetInteger64v()
2150 params[2] = llround(((GLfloat *) p)[2]); in _mesa_GetInteger64v()
2153 params[1] = llround(((GLfloat *) p)[1]); in _mesa_GetInteger64v()
2156 params[0] = llround(((GLfloat *) p)[0]); in _mesa_GetInteger64v()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h255 long long llround(double);
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c332 mp_f_i(llround) in mp_f_i()
H A Dmp.c795 mp_f_i(llround) in mp_f_i()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp321 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in mightUseCTR()
/third_party/nghttp2/src/
H A Dutil.cc1335 auto m = llround(100. * n); in dtos()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp880 case Intrinsic::llround: in isLoweredToCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6202 case Intrinsic::llround: in visitIntrinsicCall()
6209 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in visitIntrinsicCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DVerifier.cpp4731 case Intrinsic::llround: in visitIntrinsicCall()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp33732 extern long long int llround (double __x) throw (); extern long long int __llround (double __x) throw ();
35281 using ::llround;
35675 llround(float __x)
35679 llround(long double __x)
35687 llround(_Tp __x)
[all...]

Completed in 69 milliseconds