Home
last modified time | relevance | path

Searched refs:BIAS (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dlrn_op_test.cc173 #define TCASE(NAME, DEPTH, BATCH, DEPTH_RADIUS, BIAS, ALPHA, BETA) \ argument
178 .Attr("bias", (BIAS)) \
/external/llvm/test/CodeGen/SPARC/
D64abi.ll25 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]
Dvarargs.ll14 ; Store the address of the ... args to %ap at %fp+BIAS+128-8
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/
D64abi.ll25 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]
Dvarargs.ll14 ; Store the address of the ... args to %ap at %fp+BIAS+128-8
/external/webp/src/enc/
Dvp8i_enc.h113 #define BIAS(b) ((b) << (QFIX - 8)) macro
Dquant_enc.c215 m->bias_[i] = BIAS(bias); in ExpandMatrix()
641 const uint32_t B = BIAS(0x00); // neutral bias in TrellisQuantizeBlock()
647 int thresh_level = QUANTDIV(coeff0, iQ, BIAS(0x80)); in TrellisQuantizeBlock()
/external/llvm/lib/Target/Sparc/
DSparcCallingConv.td47 // array starting at [%fp+BIAS+128] in the callee's stack frame. All arguments
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcCallingConv.td47 // array starting at [%fp+BIAS+128] in the callee's stack frame. All arguments
/external/python/cpython2/Modules/
Daudioop.c64 #define BIAS 0x84 /* define the add-in bias for 16 bit samples */ macro
181 pcm_val += (BIAS >> 2); in st_14linear2ulaw()
/external/python/cpython3/Modules/
Daudioop.c52 #define BIAS 0x84 /* define the add-in bias for 16 bit samples */ macro
168 pcm_val += (BIAS >> 2); in st_14linear2ulaw()
/external/u-boot/drivers/power/regulator/
DKconfig177 This pseudo-regulator is used to provide a BIAS voltage to MMC1
/external/u-boot/arch/arm/dts/
Dam437x-sk-evm.dts347 0x0ec (PIN_OUTPUT | MUX_MODE0) /* DSS AC BIAS EN */
Dam437x-gp-evm.dts273 0x0ec (PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS AC BIAS EN */
Dam43x-epos-evm.dts312 AM4372_IOPAD(0x8ec, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS AC BIAS EN */
/external/elfutils/libdwfl/
DChangeLog1442 setup of START and BIAS if !ADD_P_VADDR. Set END from BIAS, not BASE.
1563 * dwfl_report_elf.c (__libdwfl_report_elf): Simplify START and BIAS
/external/elfutils/src/
DChangeLog3811 * unstrip.c (handle_file): Tweak BIAS != 0 warning.