/third_party/flutter/skia/third_party/externals/harfbuzz/util/ |
D | ansi-print.cc | 46 lround (double x) in lround() function 206 (*this)(x, y) = d < 0 ? 0 : d > dd ? 255 : lround (d * 255. / dd); in set() 303 unsigned int which = lround ((double) ((best_i + 1) * 8) / bi.height); in block_best() 335 unsigned int which = lround ((double) ((best_i + 1) * 8) / bi.width); in block_best()
|
/third_party/harfbuzz/util/ |
D | ansi-print.cc | 46 lround (double x) in lround() function 206 (*this)(x, y) = d < 0 ? 0 : d > dd ? 255 : lround (d * 255. / dd); in set() 303 unsigned int which = lround ((double) ((best_i + 1) * 8) / bi.height); in block_best() 335 unsigned int which = lround ((double) ((best_i + 1) * 8) / bi.width); in block_best()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | ansi-print.hh | 45 lround (double x) in lround() function 203 (*this)(x, y) = d < 0 ? 0 : d > dd ? 255 : lround (d * 255. / dd); in set() 300 unsigned int which = lround ((double) ((best_i + 1) * 8) / bi.height); in block_best() 332 unsigned int which = lround ((double) ((best_i + 1) * 8) / bi.width); in block_best()
|
/third_party/musl/libc-test/src/api/ |
D | tgmath.c | 216 #ifdef lround in f() 217 {double r = lround(x);} in f() 219 #error no lround(x) in f()
|
D | math.c | 170 {long(*p)(double) = lround;} in f()
|
/third_party/musl/src/math/ |
D | lround.c | 3 long lround(double x) in lround() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | lround.c | 3 long lround(double x) in lround() function
|
/third_party/musl/src/math/aarch64/ |
D | lround.c | 3 long lround(double x) in lround() function
|
/third_party/musl/src/math/powerpc64/ |
D | lround.c | 5 long lround(double x) in lround() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | InspectableNativeWindow.cpp | 295 return {0, 0, lround(size.Width * mSwapChainScale), lround(size.Height * mSwapChainScale)}; in clientRect()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | InspectableNativeWindow.cpp | 295 return {0, 0, lround(size.Width * mSwapChainScale), lround(size.Height * mSwapChainScale)}; in clientRect()
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 188 #undef lround 251 #define lround(x) __tg_real_nocast(lround, (x)) macro
|
D | math.h | 283 long lround(double);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 188 #undef lround 251 #define lround(x) __tg_real_nocast(lround, (x)) macro
|
D | math.h | 283 long lround(double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 188 #undef lround 251 #define lround(x) __tg_real_nocast(lround, (x)) macro
|
D | math.h | 283 long lround(double);
|
/third_party/musl/include/ |
D | tgmath.h | 188 #undef lround 251 #define lround(x) __tg_real_nocast(lround, (x)) macro
|
D | math.h | 283 long lround(double);
|
/third_party/musl/libc-test/src/math/ |
D | lround.c | 25 yi = lround(p->x); in main()
|
D | test_src_math.gni | 129 "lround",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicEnums.inc | 96 experimental_constrained_lround, // llvm.experimental.constrained.lround 170 lround, // llvm.lround
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstrainedOps.def | 69 FUNCTION(lround, 1, 0, experimental_constrained_lround, LROUND)
|
/third_party/optimized-routines/math/ |
D | math_config.h | 116 return lround (x); in converttoint()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 283 long lround(double);
|