Home
last modified time | relevance | path

Searched refs:a_v (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Duniform_test.py66 a_v = -3.0
71 pdf = np.zeros_like(x) + 1.0 / (b_v - a_v)
73 pdf[x < a_v] = 0.0
113 a_v = 1.0
120 cdf = (x - a_v) / (b_v - a_v)
122 cdf[x < a_v] = 0
133 a_v = np.array([1.0, 1.0, 1.0])
135 uniform = uniform_lib.Uniform(low=a_v, high=b_v)
137 expected_entropy = np.log(b_v - a_v)
142 a_v = np.array([1.0, 1.0, 1.0], dtype=np.float32)
[all …]
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_getauxval.h48 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) { in getauxval()
52 return aux->a_v; in getauxval()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-identifier-naming.cpp262 CMyWellNamedClass2(t_t a_v, void *p_p) : my_class(p_p), my_Bad_Member(a_v) {} in CMyWellNamedClass2() argument
265 CMyWellNamedClass2(t_t a_v) : my_class(), my_Bad_Member(a_v), my_Other_Bad_Member(11) {} in CMyWellNamedClass2() argument
/external/libavc/common/
Dih264_chroma_intra_pred_filters.c440 WORD32 a_v, b_v, c_v, h_v, v_v; in ih264_intra_pred_chroma_8x8_mode_plane() local
444 a_v = b_v = c_v = h_v = v_v = 0; in ih264_intra_pred_chroma_8x8_mode_plane()
459 a_v = 16 * (pu1_left[7 * (-2) + 1] + pu1_top[15]);/*section 8.3.3.4 equation (8-141)*/ in ih264_intra_pred_chroma_8x8_mode_plane()
472 … val = (a_v + b_v * (cols - 3) + c_v * (rows - 3) );/*section 8.3.4.4 equation (8-140)*/ in ih264_intra_pred_chroma_8x8_mode_plane()
/external/libavc/common/x86/
Dih264_chroma_intra_pred_filters_ssse3.c247 WORD32 a_u, a_v, b_u, b_v, c_u, c_v; in ih264_intra_pred_chroma_8x8_mode_plane_ssse3() local
295 a_v = (pu1_left[7 * (-2) + 1] + pu1_top[15]) << 4; in ih264_intra_pred_chroma_8x8_mode_plane_ssse3()
325 const_v = a_v - (c_v << 1) - c_v + 16; in ih264_intra_pred_chroma_8x8_mode_plane_ssse3()
/external/llvm-project/mlir/docs/
DLangRef.md122 %a_v = load %A[%i, %k] : memref<100x?xf32>
124 %prod = mulf %a_v, %b_v : f32