HomeSort by relevance Sort by last modified time
    Searched full:ceil (Results 51 - 75 of 1738) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
vec_floor.ll 44 %t = call <2 x double> @llvm.ceil.v2f64(<2 x double> %p)
47 declare <2 x double> @llvm.ceil.v2f64(<2 x double> %p)
53 %t = call <4 x float> @llvm.ceil.v4f32(<4 x float> %p)
56 declare <4 x float> @llvm.ceil.v4f32(<4 x float> %p)
62 %t = call <4 x double> @llvm.ceil.v4f64(<4 x double> %p)
65 declare <4 x double> @llvm.ceil.v4f64(<4 x double> %p)
71 %t = call <8 x float> @llvm.ceil.v8f32(<8 x float> %p)
74 declare <8 x float> @llvm.ceil.v8f32(<8 x float> %p)
205 %t = call <2 x double> @llvm.ceil.v2f64(<2 x double> <double -1.5, double 2.5>)
212 %t = call <4 x float> @llvm.ceil.v4f32(<4 x float> <float -3.5, float 6.0, float -9.0, float 2.5>
    [all...]
  /external/v8/test/webkit/
math.js 108 shouldBe("Math.ceil(NaN)", "NaN");
109 shouldBe("Math.ceil(0)", "0");
110 shouldBe("Math.ceil(-0)", "-0");
111 shouldBe("Math.ceil(-0.5)", "-0");
112 shouldBe("Math.ceil(1)", "1");
113 shouldBe("Math.ceil(-1)", "-1");
114 shouldBe("Math.ceil(1.1)", "2");
115 shouldBe("Math.ceil(-1.1)", "-1");
116 shouldBe("Math.ceil(Number.MIN_VALUE)", "1");
117 shouldBe("Math.ceil(-Number.MIN_VALUE)", "-0")
    [all...]
  /external/skia/src/core/
SkFloatBits.cpp 12 SkFloatBits_toInt[Floor, Round, Ceil] are identical except for what they
16 Ceil - adds (1 << exp) - 1
20 as that value (0x80000000) "does the right thing" for Ceil. Note that it
21 doesn't for Floor/Round/Ceil, hence the explicit check.
134 // same as (int)ceil(float)
  /external/clang/test/CodeGen/
arm64-vrnd.c 32 // CHECK: call <2 x float> @llvm.ceil.v2f32(<2 x float>
34 // CHECK: call <4 x float> @llvm.ceil.v4f32(<4 x float>
36 // CHECK: call <2 x double> @llvm.ceil.v2f64(<2 x double>
libcalls-fno-builtin.c 6 double ceil(double x);
31 double t1(double x) { return ceil(x); }
33 // CHECK: ceil
  /external/llvm/test/CodeGen/ARM/
arm32-round-conv.ll 62 %call = call double @ceil(double %a) nounwind readnone
71 %call = call double @ceil(double %a) nounwind readnone
115 declare double @ceil(double) nounwind readnone
arm32-rounding.ll 31 ; SP: b ceil
35 %call = call double @ceil(double %a) nounwind readnone
110 declare double @ceil(double) nounwind readnone
  /external/llvm/test/Transforms/InstCombine/
double-float-shrink-2.ll 21 ; DONT-SIMPLIFY: call double @ceil(
28 declare double @ceil(double)
45 %E = call double @ceil(double %D)
  /external/valgrind/none/tests/mips32/
round.stdout.exp 2 ceil.w.s 0 0.000000
4 ceil.w.s 457 456.250000
6 ceil.w.s 3 3.000000
8 ceil.w.s -1 -1.000000
10 ceil.w.s 1385 1384.500000
12 ceil.w.s -7 -7.250000
14 ceil.w.s 1000000000 1000000000.000000
16 ceil.w.s -5786 -5786.250000
18 ceil.w.s 1752 1752.000000
20 ceil.w.s 1 0.01562
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
floatio.h 47 * be ceil(log10(LDBL_MAX_10_EXP)) or, if hexadecimal floating point
48 * conversions are supported, ceil(log10(LDBL_MAX_EXP)). But since it
  /frameworks/support/v7/cardview/api21/android/support/v7/widget/
CardViewApi21.java 91 int hPadding = (int) Math.ceil(RoundRectDrawableWithShadow
93 int vPadding = (int) Math.ceil(RoundRectDrawableWithShadow
  /prebuilts/go/darwin-x86/src/math/
floor_amd64.s 31 // func Ceil(x float64) float64
32 TEXT ·Ceil(SB),NOSPLIT,$0
  /prebuilts/go/linux-x86/src/math/
floor_amd64.s 31 // func Ceil(x float64) float64
32 TEXT ·Ceil(SB),NOSPLIT,$0
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/libr2/
libm.so 
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/libr6/
libm.so 
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/libr2/
libm.so 
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/libr6/
libm.so 
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/lib/
libm.so 

Completed in 1676 milliseconds

1 23 4 5 6 7 8 91011>>