Home
last modified time | relevance | path

Searched refs:CEIL (Results 1 – 19 of 19) sorted by relevance

/third_party/elfutils/lib/
Ddynamicsizehash_concurrent.c179 #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/
Dtgsi_opcode_tmp.h107 OP11(CEIL)
Dtgsi_info_opcodes.h84 OPCODE(1, 1, COMP, CEIL)
Dtgsi_lowering.c1478 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/
Detnaviv_compiler_nir_emit.c71 OP(fsign, SIGN, X_X_0), OP(ffloor, FLOOR, X_X_0), OP(fceil, CEIL, X_X_0),
Detnaviv_disasm.c502 OPC(CEIL),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td64 defm CEIL : UnaryFP<fceil, "ceil", 0x8d, 0x9b>;
/third_party/node/deps/v8/src/objects/
Djs-number-format.cc109 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/
DR600Instructions.td796 def CEIL : R600_1OP_Helper <0x12, "CEIL", fceil>;
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp784 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/
DNV_gpu_program5.txt378 | "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.
DNV_gpu_program4.txt361 | "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/
DNV_gpu_program5.txt378 | "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.
DNV_gpu_program4.txt361 | "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/
DSkVMTest.cpp1190 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/
DSkVM.h194 enum Rounding { NEAREST, FLOOR, CEIL, TRUNC, CURRENT }; enumerator
DSkVM.cpp3941 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/
Den-words.txt1578 CEIL
/third_party/mesa3d/docs/gallium/
Dtgsi.rst855 .. opcode:: CEIL - Ceiling