/external/toybox/tests/ |
expand.test | 18 POW=15 21 for i in $(seq $POW); do 32 POW=15 34 for i in $(seq $POW); do 37 if [ $POW -gt 0 ]; then
|
/external/curl/tests/python_dependencies/impacket/ |
ntlm.py | 41 POW = None 47 import POW 543 if POW: 544 cipher = POW.Symmetric(POW.DES_ECB) 689 if POW: 690 hash = POW.Digest(POW.MD4_DIGEST) [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/ |
BinaryFunction.java | 71 /** The {@code FastMath.pow} method wrapped as a {@link BinaryFunction}. */ 72 public static final BinaryFunction POW = new BinaryFunction() { 76 return FastMath.pow(x, y);
|
/external/tensorflow/tensorflow/core/kernels/ |
quantization_utils.h | 417 template <int POW> 422 const int16x8_t shifted_val_pos = vrshrq_n_s16(val_pos, POW); 429 template <int POW> 434 const int64x2_t shifted_val_pos = vrshrq_n_s64(val_pos, POW); 442 template <int POW> 450 vsraq_n_s16(neg_offset, val_with_offset, POW); 456 template <int POW> 464 vsraq_n_s64(neg_offset, val_with_offset, POW); [all...] |
quantization_utils_test.cc | [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_opcode_tmp.h | 85 OP12(POW)
|
tgsi_lowering.c | 482 /* POW - Power [all...] |
/external/mesa3d/src/mesa/program/ |
program_lexer.l | 214 POW{sat} { return_opcode( 1, BINSC_OP, POW, 3); }
|
/external/syslinux/gpxe/src/drivers/net/ |
sis900.h | 60 POW = 0x00000020,
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
AbstractRealVector.java | 594 return mapToSelf(BinaryFunction.POW.fix2ndArgument(d));
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
nine_shader.c | [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_vertprog.c | 90 OPN(POW, 2|SCALAR_FLAG), 697 /* pow takes only one argument, first scalar is in slot x, 2nd in slot z (other slots don't matter). [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
nv50_ir_from_tgsi.cpp | 732 NV50_IR_OPCODE_CASE(POW, POW); [all...] |
/prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/ |
clover-3.1.12.jar | |