/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | fceil.ll | 15 ; EG: CEIL {{\*? *}}[[RESULT]] 26 ; EG: CEIL {{\*? *}}[[RESULT]] 27 ; EG: CEIL {{\*? *}}[[RESULT]] 41 ; EG-DAG: CEIL {{\*? *}}[[RESULT1]] 42 ; EG-DAG: CEIL {{\*? *}}[[RESULT2]] 43 ; EG-DAG: CEIL {{\*? *}}[[RESULT2]] 56 ; EG: CEIL {{\*? *}}[[RESULT]] 57 ; EG: CEIL {{\*? *}}[[RESULT]] 58 ; EG: CEIL {{\*? *}}[[RESULT]] 59 ; EG: CEIL {{\*? *}}[[RESULT]] [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | fceil.ll | 15 ; EG: CEIL {{\*? *}}[[RESULT]] 26 ; EG: CEIL {{\*? *}}[[RESULT]] 27 ; EG: CEIL {{\*? *}}[[RESULT]] 41 ; EG-DAG: CEIL {{\*? *}}[[RESULT1]] 42 ; EG-DAG: CEIL {{\*? *}}[[RESULT2]] 43 ; EG-DAG: CEIL {{\*? *}}[[RESULT2]] 56 ; EG: CEIL {{\*? *}}[[RESULT]] 57 ; EG: CEIL {{\*? *}}[[RESULT]] 58 ; EG: CEIL {{\*? *}}[[RESULT]] 59 ; EG: CEIL {{\*? *}}[[RESULT]] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | float-shrink-compare.ll | 7 ; CHECK-NEXT: [[CEIL:%.*]] = call float @llvm.ceil.f32(float %x) 8 ; CHECK-NEXT: [[CMP:%.*]] = fcmp oeq float [[CEIL]], %y 20 ; CHECK-NEXT: [[CEIL:%.*]] = call float @llvm.ceil.f32(float %x) 21 ; CHECK-NEXT: [[CMP:%.*]] = fcmp oeq float [[CEIL]], %y 190 ; CHECK-NEXT: [[CEIL:%.*]] = call float @llvm.ceil.f32(float %x) 191 ; CHECK-NEXT: [[CMP:%.*]] = fcmp oeq float [[CEIL]], %y 203 ; CHECK-NEXT: [[CEIL:%.*]] = call float @llvm.ceil.f32(float %x) 204 ; CHECK-NEXT: [[CMP:%.*]] = fcmp oeq float [[CEIL]], %y
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 102 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()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 127 OP11(CEIL)
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/ |
D | ComposableFunction.java | 177 public static final ComposableFunction CEIL = new ComposableFunction() { field in ComposableFunction
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 34 defm CEIL : UnaryFP<fceil, "ceil">;
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib_types.hpp | 127 CEIL = static_cast<int>(TO_POS_INF) | static_cast<int>(RAISE_EXC), enumerator
|
D | simdlib_interface.hpp | 74 CEIL = static_cast<int>(TO_POS_INF) | static_cast<int>(RAISE_EXC),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 34 defm CEIL : UnaryFP<fceil, "ceil", 0x8d, 0x9b>;
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_disasm.c | 500 OPC(CEIL),
|
D | etnaviv_compiler.c | 1764 INSTR(CEIL, trans_instr, .opc = INST_OPCODE_CEIL, .src = {2, -1, -1}),
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | AbstractRealVector.java | 426 return mapToSelf(ComposableFunction.CEIL); in mapCeilToSelf()
|
/external/tensorflow/tensorflow/lite/schema/ |
D | schema.fbs | 220 CEIL = 104,
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600Instructions.td | 743 def CEIL : R600_1OP_Helper <0x12, "CEIL", fceil>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600Instructions.td | 754 def CEIL : R600_1OP_Helper <0x12, "CEIL", fceil>;
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 843 NV50_IR_OPCODE_CASE(CEIL, CEIL); in translateOpcode() 914 NV50_IR_OPCODE_CASE(DCEIL, CEIL); in translateOpcode()
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ops_compatibility.md | 390 **CEIL**
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 695 case7(CEIL, CEIL, LAST, LAST, DCEIL, LAST, LAST); in get_opcode()
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 829 .. opcode:: CEIL - Ceiling
|