Home
last modified time | relevance | path

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 Daes-armv4.S11 @ project. The module is, however, dual licensed under OpenSSL and
33 @ Rescheduling for dual-issue pipeline resulted in 12% improvement on
H A Dbsaes-armv7.S11 @ project. The module is, however, dual licensed under OpenSSL and
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/
H A Dsha512-armv4.S11 @ 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 Dsha256-armv4.S11 @ 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 Daes-armv4.S11 @ project. The module is, however, dual licensed under OpenSSL and
33 @ Rescheduling for dual-issue pipeline resulted in 12% improvement on
H A Dbsaes-armv7.S11 @ 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 Dsha512-armv4.S11 @ 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 Dsha256-armv4.S11 @ 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 Dcpu.sh29 echo "Switching to dual-core mode"
61 dualcore | dual)
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Ddual_quaternion.hpp13 /// @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 Dsbcenc.c284 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 Dbifrost_compile.c739 * 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