/external/llvm-project/compiler-rt/lib/builtins/hexagon/ |
D | dfmul.S | 46 #define BIAS 1024 macro 75 TMP = #-BIAS 93 BTMP = combine(##BIAS+BIAS-4,#0) 130 EXP0 = add(EXP0,#-BIAS-58) 174 EXP1 = add(EXP0,#-BIAS-58) 182 EXP1 += add(EXP0,##-BIAS-58) 187 p0 = cmp.gt(EXP1,##BIAS+BIAS-2) // overflow
|
D | dffma.S | 66 #define BIAS 1023 macro 187 EXPA = add(EXPA,#-BIAS+(ADJUST)) 300 TMP = #BIAS+BIAS-2 313 EXPA = add(EXPA,#-BIAS-60) 352 EXPA = add(EXPA,#-BIAS-60) 385 p0 = cmp.gt(EXPA,##BIAS+BIAS) 432 TMP = #-BIAS-(MANTBITS+FUDGE2)
|
D | dfaddsub.S | 47 #define BIAS 1024 macro 127 EXPB = add(EXPA,#-BIAS-60) 207 p0 = cmp.gt(EXPB,##BIAS+BIAS-2)
|
/external/llvm-project/compiler-rt/lib/builtins/ppc/ |
D | fixunstfti.c | 15 #define BIAS 1023 macro 46 hiExponent = ((ldUnion.ull[0] & 0x7FFFFFFFFFFFFFFFll) >> 52) - BIAS; in __fixunstfti() 47 loExponent = ((ldUnion.ull[1] & 0x7FFFFFFFFFFFFFFFll) >> 52) - BIAS; in __fixunstfti()
|
/external/angle/src/compiler/translator/ |
D | TextureFunctionHLSL.cpp | 140 case TextureFunctionHLSL::TextureFunction::BIAS: in OutputHLSL4SampleFunctionPrefix() 160 case TextureFunctionHLSL::TextureFunction::BIAS: in OutputHLSL4SampleFunctionPrefix() 256 case TextureFunctionHLSL::TextureFunction::BIAS: in GetHLSLCoordCount() 387 case TextureFunctionHLSL::TextureFunction::BIAS: in OutputTextureFunctionArgumentList() 446 if (textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS || in OutputTextureFunctionArgumentList() 807 textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations() 814 if (textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations() 852 textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations() 859 if (textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations() 897 textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations() [all …]
|
D | TextureFunctionHLSL.h | 34 BIAS, enumerator
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | dilated-conv.mlir | 88 … [[PADDING:%.*]]: tensor<2x2xi32>, [[FILTER:%.*]]: tensor<5x5x3x8xf32>, [[BIAS:%.*]]: tensor<8xf32… 90 …// CHECK-NEXT: [[RESULT:%.*]] = "tf.BiasAdd"([[CONV]], [[BIAS]]) : (tensor<1x128x128x8xf32>, tenso… 106 … [[PADDING:%.*]]: tensor<2x2xi32>, [[FILTER:%.*]]: tensor<5x5x3x8xf32>, [[BIAS:%.*]]: tensor<8xf32… 108 …// CHECK-NEXT: [[RESULT:%.*]] = "tf.BiasAdd"([[CONV]], [[BIAS]]) : (tensor<1x128x128x8xf32>, tenso… 123 …UT:%.*]]: tensor<1x128x128x3xf32>, [[FILTER:%.*]]: tensor<5x5x3x8xf32>, [[BIAS:%.*]]: tensor<8xf32… 125 …// CHECK-NEXT: [[RESULT:%.*]] = "tf.BiasAdd"([[CONV]], [[BIAS]]) : (tensor<1x128x128x8xf32>, tenso… 140 …UT:%.*]]: tensor<1x128x128x3xf32>, [[FILTER:%.*]]: tensor<5x5x3x8xf32>, [[BIAS:%.*]]: tensor<8xf32… 142 …// CHECK-NEXT: [[RESULT:%.*]] = "tf.BiasAdd"([[CONV]], [[BIAS]]) : (tensor<1x128x128x8xf32>, tenso… 160 …// CHECK-SAME: ([[INPUT:%.*]]: tensor<1x128x128xf32>, [[FILTER:%.*]]: tensor<5x5x1x1xf32>, [[BIAS:… 165 …// CHECK-NEXT: [[RESULT:%.*]] = "tf.BiasAdd"([[SQUEEZE]], [[BIAS]]) : (tensor<1x128x128xf32>, tens… [all …]
|
D | optimize.mlir | 86 …// CHECK: %[[BIAS:.*]] = constant dense<[2.500000e+00, 3.500000e+00, 2.500000e+00, 3.500000e+00, 2… 87 // CHECK: %[[RESULT:.*]] = "tfl.transpose_conv"(%[[SHAPE]], %[[WEIGHTS]], %arg0, %[[BIAS]]) 104 …// CHECK: %[[BIAS:.*]] = constant dense<[-5.000000e-01, 5.000000e-01, -5.000000e-01, 5.000000e-01,… 105 // CHECK: %[[RESULT:.*]] = "tfl.transpose_conv"(%[[SHAPE]], %[[WEIGHTS]], %arg0, %[[BIAS]]) 122 // CHECK: %[[BIAS:.*]] = constant dense<1.500000e+00> : tensor<32xf32> 123 // CHECK: %[[RESULT:.*]] = "tfl.transpose_conv"(%[[SHAPE]], %[[WEIGHTS]], %arg0, %[[BIAS]]) 140 …// CHECK: %[[BIAS:.*]] = constant dense<[1.500000e+00, 3.000000e+00, 1.500000e+00, 3.000000e+00, 1… 141 // CHECK: %[[RESULT:.*]] = "tfl.transpose_conv"(%[[SHAPE]], %[[WEIGHTS]], %arg0, %[[BIAS]]) 158 // CHECK: %[[BIAS:.*]] = constant unit 159 // CHECK: %[[RESULT:.*]] = "tfl.transpose_conv"(%[[SHAPE]], %[[WEIGHTS]], %arg0, %[[BIAS]]) [all …]
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_bad_reloc.c | 46 #define BIAS (256*1024) macro 82 if (obj.offset < BIAS) { in negative_reloc() 90 reloc[i].delta = -BIAS*i/1024; in negative_reloc()
|
/external/llvm/test/CodeGen/SPARC/ |
D | 64abi.ll | 25 i32 signext %a6, ; [%fp+BIAS+176] 26 i8* %a7) { ; [%fp+BIAS+184] 90 float %a16, ; [%fp+BIAS+256] (using 8 bytes) 91 double %a17) { ; [%fp+BIAS+264] (using 8 bytes) 165 i64 %a6, ; [%fp+BIAS+176] 166 double *%a7, ; [%fp+BIAS+184] 168 i16* %a9) { ; [%fp+BIAS+200]
|
D | varargs.ll | 14 ; Store the address of the ... args to %ap at %fp+BIAS+128-8
|
/external/llvm-project/llvm/test/CodeGen/SPARC/ |
D | 64abi.ll | 25 i32 signext %a6, ; [%fp+BIAS+176] 26 i8* %a7) { ; [%fp+BIAS+184] 90 float %a16, ; [%fp+BIAS+256] (using 8 bytes) 91 double %a17) { ; [%fp+BIAS+264] (using 8 bytes) 163 i64 %a6, ; [%fp+BIAS+176] 164 double *%a7, ; [%fp+BIAS+184] 166 i16* %a9) { ; [%fp+BIAS+200]
|
D | varargs.ll | 14 ; Store the address of the ... args to %ap at %fp+BIAS+128-8
|
/external/tensorflow/tensorflow/core/kernels/ |
D | lrn_op_test.cc | 176 #define TCASE(NAME, DEPTH, BATCH, DEPTH_RADIUS, BIAS, ALPHA, BETA) \ argument 181 .Attr("bias", (BIAS)) \
|
/external/deqp/external/vulkancts/data/vulkan/amber/rasterization/depth_bias/ |
D | d32_sfloat.amber | 125 BIAS constant 4194304.0 clamp 0.0 slope 2.0
|
D | d24_unorm.amber | 124 BIAS constant 4194304.0 clamp 0.0 slope 2.0
|
D | d16_unorm.amber | 124 BIAS constant 16384.0 clamp 0.0 slope 2.0
|
/external/deqp-deps/amber/tests/cases/ |
D | draw_rectangles_depth_test_d24s8.amber | 104 BIAS constant 0.0 clamp 0.0 slope 0.0
|
D | draw_rectangles_depth_test_x8d24.amber | 104 BIAS constant 0.0 clamp 0.0 slope 0.0
|
D | draw_rectangles_depth_test.amber | 104 BIAS constant 0.0 clamp 0.0 slope 0.0
|
/external/webp/src/enc/ |
D | vp8i_enc.h | 113 #define BIAS(b) ((b) << (QFIX - 8)) macro
|
/external/deqp-deps/amber/tools/ |
D | amber-syntax.vim | 47 syn keyword amberBlockCmd WRITE COMPARE_OP BOUNDS BIAS FAIL_OP PASS_OP
|
/external/llvm/lib/Target/Sparc/ |
D | SparcCallingConv.td | 47 // array starting at [%fp+BIAS+128] in the callee's stack frame. All arguments
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | SparcCallingConv.td | 46 // array starting at [%fp+BIAS+128] in the callee's stack frame. All arguments
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcCallingConv.td | 46 // array starting at [%fp+BIAS+128] in the callee's stack frame. All arguments
|