Searched refs:dual (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/aes/ |
H A D | aes-armv4.S | 11 @ project. The module is, however, dual licensed under OpenSSL and 33 @ Rescheduling for dual-issue pipeline resulted in 12% improvement on
|
H A D | bsaes-armv7.S | 11 @ project. The module is, however, dual licensed under OpenSSL and
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/ |
H A D | sha512-armv4.S | 11 @ project. The module is, however, dual licensed under OpenSSL and 26 @ Rescheduling for dual-issue pipeline resulted in 6% improvement on 44 @ multiple NEON instructions per cycle, but dual NEON issue could
|
H A D | sha256-armv4.S | 11 @ project. The module is, however, dual licensed under OpenSSL and 26 @ Rescheduling for dual-issue pipeline resulted in 22% improvement on
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/aes/ |
H A D | aes-armv4.S | 11 @ project. The module is, however, dual licensed under OpenSSL and 33 @ Rescheduling for dual-issue pipeline resulted in 12% improvement on
|
H A D | bsaes-armv7.S | 11 @ project. The module is, however, dual licensed under OpenSSL and
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/ |
H A D | sha512-armv4.S | 11 @ project. The module is, however, dual licensed under OpenSSL and 26 @ Rescheduling for dual-issue pipeline resulted in 6% improvement on 44 @ multiple NEON instructions per cycle, but dual NEON issue could
|
H A D | sha256-armv4.S | 11 @ project. The module is, however, dual licensed under OpenSSL and 26 @ Rescheduling for dual-issue pipeline resulted in 22% improvement on
|
/third_party/node/deps/v8/tools/ |
H A D | cpu.sh | 29 echo "Switching to dual-core mode" 61 dualcore | dual)
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | dual_quaternion.hpp | 13 /// @brief Defines a templated dual-quaternion type and several dual-quaternion operations. 43 glm::tquat<T, P> real, dual; member 48 /// Return the count of components of a dual quaternion 66 GLM_FUNC_DECL GLM_CONSTEXPR tdualquat(tquat<T, P> const & real, tquat<T, P> const & dual); 139 /// Returns the linear interpolation of two dual quaternion. 163 /// Converts a 2 * 4 matrix (matrix which holds real and dual parts) to a quaternion.
|
/third_party/ffmpeg/libavcodec/ |
H A D | sbcenc.c | 284 uint8_t dual = frame->mode == SBC_MODE_DUAL_CHANNEL; in sbc_encode_frame() local 288 + ((frame->blocks * frame->bitpool * (1 + dual) in sbc_encode_frame()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_compile.c | 739 * dual-source blending. Preload the corresponding vector. 902 bool dual = (writeout & PAN_WRITEOUT_2); in bi_emit_fragment_out() local 904 bi_index color2 = dual ? bi_src_index(&instr->src[4]) : bi_null(); in bi_emit_fragment_out() 905 nir_alu_type T2 = dual ? nir_intrinsic_dest_type(instr) : 0; in bi_emit_fragment_out() 5105 * doesn't have to know about dual textures */ in bi_compile_variant_nir() 5110 /* Lower FAU after fusing dual texture, because fusing dual texture in bi_compile_variant_nir()
|
Completed in 23 milliseconds