Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/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
/device/generic/vulkan-cereal/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()
/device/generic/vulkan-cereal/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()
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DString16.cpp123 const size_t N = other.size(); in setTo() local
288 const size_t N = size(); in makeLower() local
309 const size_t N = size(); in replaceAll() local
329 const size_t N = size(); in remove() local
/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c290 const uint32_t N = 3; in mat33SwapRows() local
310 const uint32_t N = 3; in mat33GetEigenbasis() local
425 const uint32_t N = 3; in mat33Maxind() local
469 const uint32_t N = 4; in mat44DecomposeLup() local
505 const uint32_t N = 4; in mat44SwapRows() local
526 const uint32_t N = 4; in mat44Solve() local
/device/google/contexthub/firmware/lib/builtins/
Daeabi_ul2f.c32 const unsigned N = sizeof(du_int) * CHAR_BIT; in __aeabi_ul2f() local
Daeabi_l2f.c32 const unsigned N = sizeof(di_int) * CHAR_BIT; in __aeabi_l2f() local
/device/google/cuttlefish/common/libs/utils/
Dtcp_socket.h57 ssize_t SendNoSignal(const std::uint8_t (&data)[N]) { in SendNoSignal()
/device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/
Dsimd_vec4.inl661 detail::fvec4SIMD const & N,
672 detail::fvec4SIMD const & N
681 detail::fvec4SIMD const & N,
/device/generic/goldfish/dhcp/common/include/
Dmessage.h110 void addOption(uint8_t type, T (&items)[N]) { in addOption()
/device/google/cuttlefish/host/commands/secure_env/
Dsoft_gatekeeper.h46 static const uint64_t N = 16384; variable
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Dcore_cm0.h239 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
278 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
Dcore_sc000.h245 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
284 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
Dcore_cm0plus.h250 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
289 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
Darm_math.h2365 uint16_t N; /**< length of the DCT4. */ member
2412 uint16_t N; /**< length of the DCT4. */ member
2459 uint16_t N; /**< length of the DCT4. */ member
Dcore_cm3.h246 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
285 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
Dcore_sc300.h246 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
285 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
Dcore_cm4.h293 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
332 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
Dcore_cm7.h308 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
347 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
/device/generic/goldfish/wifi/wifi_hal/
Dinterface.cpp50 constexpr size_t arraySize(const T (&)[N]) { in arraySize()
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_block_sizes.cpp506 int N = x_weights; in init_decimation_info_3d() local