/external/clang/test/CodeGen/ |
libcall-declarations.c | 61 double ceil(double); 274 F(cbrtl), F(ceil), F(ceilf), F(ceill), F(cos), 360 // CHECK-NOERRNO: declare double @ceil(double) [[NUW]] 545 // CHECK-ERRNO: declare double @ceil(double) [[NUW]]
|
/external/gemmlowp/internal/ |
common.h | 210 // Returns the quotient a / b rounded up ('ceil') to the nearest integer.
|
/external/icu/icu4c/source/tools/tzcode/ |
private.h | 416 #define SECSPERREPEAT_BITS 34 /* ceil(log2(SECSPERREPEAT)) */
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/ |
Settings.java | 72 public static final int SINCOS_LUT_LENGTH = (int) Math.ceil(Math.PI * 2 / SINCOS_LUT_PRECISION);
|
/external/libnl/include/linux/ |
pkt_sched.h | 246 struct tc_ratespec ceil; member in struct:tc_htb_opt
|
/external/llvm/lib/Target/Mips/ |
MipsInstrFPU.td | 275 def CEIL_W_S : MMRel, StdMMR6Rel, ABSS_FT<"ceil.w.s", FGR32Opnd, FGR32Opnd, II_CEIL>, 283 defm CEIL_W : ROUND_M<"ceil.w.d", II_CEIL>, ABSS_FM<0xe, 17>, ISA_MIPS2; 297 def CEIL_L_S : ABSS_FT<"ceil.l.s", FGR64Opnd, FGR32Opnd, II_CEIL>, 299 def CEIL_L_D64 : ABSS_FT<"ceil.l.d", FGR64Opnd, FGR64Opnd, II_CEIL>,
|
/external/llvm/lib/Target/X86/ |
README-FPStack.txt | 54 Open code rint,floor,ceil,trunc:
|
/external/llvm/test/MC/Disassembler/Mips/mips4/ |
valid-mips4.txt | 161 0x46 0x00 0x6c 0x8a # CHECK: ceil.l.s $f18, $f13 164 0x46 0x00 0xa1 0x8e # CHECK: ceil.w.s $f6, $f20 182 0x46 0x20 0x18 0x4a # CHECK: ceil.l.d $f1, $f3 195 0x46 0x20 0xc2 0xce # CHECK: ceil.w.d $f11, $f24
|
/external/llvm/test/MC/Disassembler/Mips/mips64/ |
valid-mips64-el.txt | 55 0x0e 0x73 0x20 0x46 # CHECK: ceil.w.d $f12, $f14 56 0x8e 0x39 0x00 0x46 # CHECK: ceil.w.s $f6, $f7 57 0x4a 0x18 0x20 0x46 # CHECK: ceil.l.d $f1, $f3 58 0x8a 0x6c 0x00 0x46 # CHECK: ceil.l.s $f18, $f13
|
/external/llvm/test/MC/Disassembler/Mips/mips64r2/ |
valid-mips64r2-el.txt | 59 0x4a 0x18 0x20 0x46 # CHECK: ceil.l.d $f1, $f3 60 0x8a 0x6c 0x00 0x46 # CHECK: ceil.l.s $f18, $f13 61 0x0e 0x73 0x20 0x46 # CHECK: ceil.w.d $f12, $f14 62 0x8e 0x39 0x00 0x46 # CHECK: ceil.w.s $f6, $f7
|
/external/llvm/test/MC/Mips/mips64/ |
valid.s | 48 ceil.l.d $f1,$f3 49 ceil.l.s $f18,$f13 50 ceil.w.d $f11,$f25 51 ceil.w.s $f6,$f20
|
/external/llvm/test/MC/Mips/mips64r2/ |
valid.s | 48 ceil.l.d $f1,$f3 49 ceil.l.s $f18,$f13 50 ceil.w.d $f11,$f25 51 ceil.w.s $f6,$f20
|
/external/llvm/test/MC/Mips/mips64r3/ |
valid.s | 48 ceil.l.d $f1,$f3 49 ceil.l.s $f18,$f13 50 ceil.w.d $f11,$f25 51 ceil.w.s $f6,$f20
|
/external/llvm/test/MC/Mips/mips64r5/ |
valid.s | 48 ceil.l.d $f1,$f3 49 ceil.l.s $f18,$f13 50 ceil.w.d $f11,$f25 51 ceil.w.s $f6,$f20
|
/external/llvm/test/MC/Mips/ |
target-soft-float.s | 16 ceil.l.d $f2, $f2 18 ceil.l.s $f2, $f2 246 ceil.w.d $f2, $f2 248 ceil.w.s $f2, $f2
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_arit.c | 241 {"ceil", &lp_build_ceil, &ceilf, round_values, Elements(round_values), 24.0 },
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_opcodes.h | 50 /** vec4 instruction: dst.c = ceil(src0.c) */
|
/external/mesa3d/src/glsl/builtins/profiles/ |
130.glsl | 159 float ceil(float x); 160 vec2 ceil(vec2 x); 161 vec3 ceil(vec3 x); 162 vec4 ceil(vec4 x);
|
140.glsl | 159 float ceil(float x); 160 vec2 ceil(vec2 x); 161 vec3 ceil(vec3 x); 162 vec4 ceil(vec4 x); [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
AACTrackImpl.java | 266 int used = (int) Math.ceil(brb.getPosition() / 8.0);
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfTiledMisc.cpp | 153 // For x > 0, ceilLog2(y) returns ceil(log(x)/log(2)).
|
/external/opencv3/3rdparty/openexr/Imath/ |
ImathFun.h | 156 ceil (T x) function in namespace:Imath
|
/external/pdfium/core/include/fxcrt/ |
fx_system.h | 247 #define FXSYS_ceil(a) (FX_FLOAT) ceil(a)
|
/external/skia/src/core/ |
SkTSort.h | 195 // Limit Intro Sort recursion depth to no more than 2 * ceil(log2(n)).
|
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/ |
__clang_cuda_cmath.h | 55 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } function
|