/third_party/elfutils/lib/ |
D | dynamicsizehash_concurrent.c | 179 #define CEIL(A, B) (((A) + (B) - 1) / (B)) macro 186 size_t num_old_blocks = CEIL(htab->old_size, MOVE_BLOCK_SIZE); in resize_helper() 187 size_t num_new_blocks = CEIL(htab->size, INITIALIZATION_BLOCK_SIZE); in resize_helper()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 107 OP11(CEIL)
|
D | tgsi_info_opcodes.h | 84 OPCODE(1, 1, COMP, CEIL)
|
D | tgsi_lowering.c | 1478 OPCS(CEIL) || in tgsi_transform_lowering() 1536 if (OPCS(CEIL)) { in tgsi_transform_lowering() 1537 newlen += CEIL_GROW * OPCS(CEIL); in tgsi_transform_lowering()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 71 OP(fsign, SIGN, X_X_0), OP(ffloor, FLOOR, X_X_0), OP(fceil, CEIL, X_X_0),
|
D | etnaviv_disasm.c | 502 OPC(CEIL),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 64 defm CEIL : UnaryFP<fceil, "ceil", 0x8d, 0x9b>;
|
/third_party/node/deps/v8/src/objects/ |
D | js-number-format.cc | 109 CEIL, enumerator 215 case IntlRoundingMode::CEIL: in ToUNumberFormatRoundingMode() 1585 {IntlRoundingMode::CEIL, IntlRoundingMode::FLOOR, in New()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600Instructions.td | 796 def CEIL : R600_1OP_Helper <0x12, "CEIL", fceil>;
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 784 NV50_IR_OPCODE_CASE(CEIL, CEIL); in translateOpcode() 855 NV50_IR_OPCODE_CASE(DCEIL, CEIL); in translateOpcode()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_gpu_program5.txt | 378 | "CEIL" 673 CEIL 40 6 6 X X X F v vf ceiling 874 CEIL Inexact conversion results round to larger value 977 For the CVT (data type conversion) instruction, the "ROUND", "CEIL", 1682 chosen according to the rounding instruction modifier. If "CEIL" or "FLR" 1696 values, even if a rounding modifier such as CEIL or FLR is specified.
|
D | NV_gpu_program4.txt | 361 | "CEIL" 1891 CEIL X X X X X F v vf ceiling 2850 Section 2.X.8.Z, CEIL: Ceiling 2852 The CEIL instruction loads a single vector operand and performs a 2865 CEIL supports all three data type modifiers. The single operand is always
|
/third_party/openGLES/extensions/NV/ |
D | NV_gpu_program5.txt | 378 | "CEIL" 673 CEIL 40 6 6 X X X F v vf ceiling 874 CEIL Inexact conversion results round to larger value 977 For the CVT (data type conversion) instruction, the "ROUND", "CEIL", 1682 chosen according to the rounding instruction modifier. If "CEIL" or "FLR" 1696 values, even if a rounding modifier such as CEIL or FLR is specified.
|
D | NV_gpu_program4.txt | 361 | "CEIL" 1891 CEIL X X X X X F v vf ceiling 2850 Section 2.X.8.Z, CEIL: Ceiling 2852 The CEIL instruction loads a single vector operand and performs a 2865 CEIL supports all three data type modifiers. The single operand is always
|
/third_party/skia/tests/ |
D | SkVMTest.cpp | 1190 a.vroundps(A::ymm1, A::ymm2, A::CEIL); in DEF_TEST() 1529 a.vcvtps2ph(A::Mem{A::rsi, 32, A::rax, A::EIGHT}, A::ymm5, A::CEIL); in DEF_TEST()
|
/third_party/skia/src/core/ |
D | SkVM.h | 194 enum Rounding { NEAREST, FLOOR, CEIL, TRUNC, CURRENT }; enumerator
|
D | SkVM.cpp | 3941 if (in_reg(x)) { a->vroundps(dst(x), r(x), Assembler::CEIL); } in jit() 3942 else { a->vroundps(dst(), any(x), Assembler::CEIL); } in jit()
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 1578 CEIL
|
/third_party/mesa3d/docs/gallium/ |
D | tgsi.rst | 855 .. opcode:: CEIL - Ceiling
|