Home
last modified time | relevance | path

Searched defs:N (Results 1 – 23 of 23) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dcolor_encoding.inl10 tvec3<T, P> const N(0.31f, 0.8124f, 0.01063f); local
20 tvec3<T, P> const N(-0.15866f, 0.25243f, 0.015708f); local
30 tvec3<T, P> const N(0.385101860087134f, 0.716942745571917f, 0.097076381494207f); local
50 tvec3<T, P> const N(+0.022898981050086f, +0.990508028941971f, +0.015072338237051f); local
/hardware/google/aemu/base/include/aemu/base/
DArraySize.h36 static constexpr size_t arraySize(const T (&arr)[N]) { in arraySize()
46 static constexpr size_t stringLiteralLength(const char (&str)[N]) { in stringLiteralLength()
/hardware/interfaces/wifi/netlinkinterceptor/aidl/default/
Dutil.h32 size_t countof(T (&)[N]) { in countof()
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_geometric.inl203 GLM_FUNC_QUALIFIER genType faceforward(genType const & N, genType const & I, genType const & Nref)
209 …GLM_FUNC_QUALIFIER vecType<T, P> faceforward(vecType<T, P> const & N, vecType<T, P> const & I, vec…
216 GLM_FUNC_QUALIFIER genType reflect(genType const & I, genType const & N)
222 GLM_FUNC_QUALIFIER vecType<T, P> reflect(vecType<T, P> const & I, vecType<T, P> const & N)
229 GLM_FUNC_QUALIFIER genType refract(genType const & I, genType const & N, genType eta)
238 GLM_FUNC_QUALIFIER vecType<T, P> refract(vecType<T, P> const & I, vecType<T, P> const & N, T eta)
Dsetup.hpp810 constexpr std::size_t countof(T const (&)[N]) in countof()
/hardware/google/gfxstream/third-party/glm/include/glm/simd/
Dgeometric.h85 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_faceforward(glm_vec4 N, glm_vec4 I, glm_vec4 Nref) in glm_vec4_faceforward()
94 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_reflect(glm_vec4 I, glm_vec4 N) in glm_vec4_reflect()
103 GLM_FUNC_QUALIFIER __m128 glm_vec4_refract(glm_vec4 I, glm_vec4 N, glm_vec4 eta) in glm_vec4_refract()
/hardware/interfaces/authsecret/1.0/vts/functional/
DVtsHalAuthSecretV1_0TargetTest.cpp69 constexpr int N = 5; in TEST_P() local
/hardware/interfaces/audio/effect/all-versions/default/util/
DEffectUtils.cpp156 inline hidl_string charBufferFromHal(const char (&halBuf)[N]) { in charBufferFromHal()
163 inline status_t charBufferToHal(const hidl_string& str, char (&halBuf)[N], const char* fieldName) { in charBufferToHal()
/hardware/interfaces/authsecret/aidl/vts/
DVtsHalAuthSecretTargetTest.cpp70 constexpr int N = 5; in TEST_P() local
/hardware/interfaces/biometrics/fingerprint/aidl/default/tests/
DFakeLockoutTrackerTest.cpp69 int N = 5; in TEST_F() local
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DFakeFingerprintEngine.cpp158 auto N = acquired.size(); in onEnrollFingerDown() local
205 int N = acquiredInfos.size(); in onAuthenticateFingerDown() local
284 int N = acquiredInfos.size(); in onDetectInteractFingerDown() local
/hardware/interfaces/broadcastradio/common/vts/utils/include/broadcastradio-vts-utils/
Dmock-timeout.h93 #define EGMOCK_ARG_(tn, N, ...) \ argument
/hardware/interfaces/audio/aidl/common/tests/
Dutils_tests.cpp47 #define VERIFY_INDEX_MASK(N) \ in TEST() argument
/hardware/interfaces/biometrics/face/aidl/default/
DFakeFaceEngine.cpp119 auto N = acquired.size(); in enrollImpl() local
206 int N = acquiredInfos.size(); in authenticateImpl() local
/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeper.h47 static const uint64_t N = 16384; variable
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dsimd_vec4.inl661 detail::fvec4SIMD const & N,
672 detail::fvec4SIMD const & N
681 detail::fvec4SIMD const & N,
/hardware/interfaces/gatekeeper/aidl/software/
DSoftGateKeeper.h50 static const uint64_t N = 16384; variable
/hardware/interfaces/biometrics/face/aidl/default/tests/
DFakeLockoutTrackerTest.cpp161 int N = 5; in TEST_F() local
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_block_sizes.cpp506 int N = x_weights; in init_decimation_info_3d() local
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp376 template <size_t N> std::string make_string(const uint8_t (&a)[N]) { in make_string()
/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp355 std::string make_string(const uint8_t (&a)[N]) { in make_string()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp136 unsigned countof(T (&rgt)[N]) { in countof()
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintTest.cpp557 std::string make_string(const uint8_t (&a)[N]) { in make_string()