Home
last modified time | relevance | path

Searched refs:fz (Results 1 – 25 of 198) sorted by relevance

12345678

/external/libaom/libaom/test/
Dec_test.cc40 unsigned *fz; in TEST() local
47 fz = (unsigned *)malloc(sz * sizeof(*fz)); in TEST()
58 fz[j] = (rand() % (CDF_PROB_TOP - 2)) >> (CDF_PROB_BITS - fts[j]); in TEST()
59 fz[j] = OD_MAXI(fz[j], 1); in TEST()
64 OD_ICDF(fz[j] << (CDF_PROB_BITS - fts[j]))); in TEST()
69 cdf[0] = OD_ICDF(fz[j]); in TEST()
102 &dec, OD_ICDF(fz[j] << (CDF_PROB_BITS - fts[j]))); in TEST()
107 cdf[0] = OD_ICDF(fz[j]); in TEST()
116 << " with fz=" << fz[j] << " and ftb=" << fts[j] << "at position " in TEST()
131 free(fz); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
D2009-11-25-ImpDefBug.ll45 %fz.3 = phi i32 [ %fz.2, %bb32 ], [ 2147483647, %bb34 ], [ %fz.2, %bb33 ] ; <i32> [#uses=1]
51 %fz.2 = phi i32 [ undef, %bb17 ], [ %fz.3, %bb38 ] ; <i32> [#uses=2]
/external/llvm/test/CodeGen/PowerPC/
D2009-11-25-ImpDefBug.ll45 %fz.3 = phi i32 [ %fz.2, %bb32 ], [ 2147483647, %bb34 ], [ %fz.2, %bb33 ] ; <i32> [#uses=1]
51 %fz.2 = phi i32 [ undef, %bb17 ], [ %fz.3, %bb38 ] ; <i32> [#uses=2]
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
D2009-11-25-ImpDefBug.ll45 %fz.3 = phi i32 [ %fz.2, %bb32 ], [ 2147483647, %bb34 ], [ %fz.2, %bb33 ] ; <i32> [#uses=1]
51 %fz.2 = phi i32 [ undef, %bb17 ], [ %fz.3, %bb38 ] ; <i32> [#uses=2]
/external/llvm/test/CodeGen/X86/
D2007-10-12-SpillerUnfold1.ll3 define fastcc void @fht(float* %fz, i16 signext %n) {
9 %gi.1 = getelementptr float, float* %fz, i32 0 ; <float*> [#uses=2]
12 %tmp251 = getelementptr float, float* %fz, i32 0 ; <float*> [#uses=1]
14 %tmp258 = getelementptr float, float* %fz, i32 0 ; <float*> [#uses=2]
21 %tmp281 = getelementptr float, float* %fz, i32 0 ; <float*> [#uses=1]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2007-10-12-SpillerUnfold1.ll3 define fastcc void @fht(float* %fz, i16 signext %n) {
9 %gi.1 = getelementptr float* %fz, i32 0 ; <float*> [#uses=2]
12 %tmp251 = getelementptr float* %fz, i32 0 ; <float*> [#uses=1]
14 %tmp258 = getelementptr float* %fz, i32 0 ; <float*> [#uses=2]
21 %tmp281 = getelementptr float* %fz, i32 0 ; <float*> [#uses=1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2007-10-12-SpillerUnfold1.ll3 define fastcc void @fht(float* %fz, i16 signext %n) {
9 %gi.1 = getelementptr float, float* %fz, i32 0 ; <float*> [#uses=2]
12 %tmp251 = getelementptr float, float* %fz, i32 0 ; <float*> [#uses=1]
14 %tmp258 = getelementptr float, float* %fz, i32 0 ; <float*> [#uses=2]
21 %tmp281 = getelementptr float, float* %fz, i32 0 ; <float*> [#uses=1]
/external/lmfit/man/
Dlmfit.pod39 <a href="http://apps.jcns.fz-juelich.de/man/lmcurve.html"><b>lmcurve</b>(3)</a>,
40 <a href="http://apps.jcns.fz-juelich.de/man/lmmin.html"><b>lmmin</b>(3)</a>
51 Homepage: http://apps.jcns.fz-juelich.de/lmfit
55 Please send bug reports and suggestions to the author <j.wuttke@fz-juelich.de>.
Dlmcurve.pod166 <a href="http://apps.jcns.fz-juelich.de/man/lmmin.html"><b>lmmin</b>(3)</a>
177 Homepage: http://apps.jcns.fz-juelich.de/lmfit
181 Please send bug reports and suggestions to the author <j.wuttke@fz-juelich.de>.
Dlmmin.pod289 <a href="http://apps.jcns.fz-juelich.de/man/lmcurve.html"><b>lmcurve</b>(3)</a>
300 Homepage: http://apps.jcns.fz-juelich.de/lmfit
304 Please send bug reports and suggestions to the author <j.wuttke@fz-juelich.de>.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dinterwork.ll15 define void @fz() #1 {
17 ; CHECK-LABEL: fz:
/external/mesa3d/src/mesa/tnl/
Dt_vb_texgen.c109 GLfloat u[3], two_nu, fx, fy, fz; in build_m3() local
115 fz = f[i][2] = u[2] - norm[2] * two_nu; in build_m3()
116 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F); in build_m3()
137 GLfloat u[3], two_nu, fx, fy, fz; in build_m2() local
144 fz = f[i][2] = u[2] - norm[2] * two_nu; in build_m2()
145 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F); in build_m2()
/external/llvm/test/CodeGen/Thumb2/
Dcross-rc-coalescing-2.ll3 define void @fht(float* nocapture %fz, i16 signext %n) nounwind {
29 %fi.1 = getelementptr float, float* %fz, i32 undef ; <float*> [#uses=2]
31 %scevgep81 = getelementptr float, float* %fz, i32 %tmp80 ; <float*> [#uses=1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
Dcross-rc-coalescing-2.ll3 define void @fht(float* nocapture %fz, i16 signext %n) nounwind {
29 %fi.1 = getelementptr float, float* %fz, i32 undef ; <float*> [#uses=2]
31 %scevgep81 = getelementptr float, float* %fz, i32 %tmp80 ; <float*> [#uses=1]
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
Dcross-rc-coalescing-2.ll3 define void @fht(float* nocapture %fz, i16 signext %n) nounwind {
29 %fi.1 = getelementptr float* %fz, i32 undef ; <float*> [#uses=2]
31 %scevgep81 = getelementptr float* %fz, i32 %tmp80 ; <float*> [#uses=1]
/external/lmfit/
Dconfigure.ac14 # http://apps.jcns.fz-juelich.de/lmfit
16 AC_INIT([lmfit], [6:1], [http://apps.jcns.fz-juelich.de/lmfit])
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_offset.c84 float fz = v1[2] - v2[2]; in do_offset_tri() local
87 float a = ey*fz - ez*fy; in do_offset_tri()
88 float b = ez*fx - ex*fz; in do_offset_tri()
/external/pdfium/third_party/lcms/src/
Dcmsintrp.c454 cmsFloat32Number fx, fy, fz, in TrilinearInterpFloat() local
469 z0 = (int) _cmsQuickFloor(pz); fz = pz - (cmsFloat32Number) z0; in TrilinearInterpFloat()
501 dxyz = LERP(fz, dxy0, dxy1); in TrilinearInterpFloat()
523 cmsS15Fixed16Number fx, fy, fz; in TrilinearInterp16() local
543 fz = _cmsToFixedDomain((int) Input[2] * p -> Domain[2]); in TrilinearInterp16()
544 z0 = FIXED_TO_INT(fz); in TrilinearInterp16()
545 rz = FIXED_REST_TO_INT(fz); in TrilinearInterp16()
698 cmsS15Fixed16Number fx, fy, fz; in TetrahedralInterp16() local
707 fz = _cmsToFixedDomain((int) Input[2] * p -> Domain[2]); in TetrahedralInterp16()
711 z0 = FIXED_TO_INT(fz); in TetrahedralInterp16()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/JumpThreading/
Dassume.ll152 declare void @fz(i8)
163 ; CHECK-NEXT: @fz(i8 %znotnull)
174 call void @fz(i8 %znotnull)
193 ; CHECK-NEXT: @fz(i8 %znotnull)
204 call void @fz(i8 %znotnull)
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_tritmp.h233 GLfloat fz = z[1] - z[2]; in TAG() local
234 GLfloat a = ey*fz - ez*fy; in TAG()
235 GLfloat b = ez*fx - ex*fz; in TAG()
465 GLfloat fz = z[3] - z[1]; in TAG() local
466 GLfloat a = ey*fz - ez*fy; in TAG()
467 GLfloat b = ez*fx - ex*fz; in TAG()
/external/mesa3d/src/mesa/swrast_setup/
Dss_tritmp.h143 const GLfloat fz = z[1] - z[2]; in TAG() local
145 const GLfloat dzdx = fabsf((ey * fz - ez * fy) * oneOverArea); in TAG()
146 const GLfloat dzdy = fabsf((ez * fx - ex * fz) * oneOverArea); in TAG()
/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp183 void mergeFinalData(const FinalZone& fz);
1358 void ZoneInfo::mergeFinalData(const FinalZone& fz) { in mergeFinalData() argument
1359 int32_t year = fz.year; in mergeFinalData()
1380 finalYear = fz.year; in mergeFinalData()
1381 finalOffset = fz.offset; in mergeFinalData()
1382 finalRuleID = fz.ruleid; in mergeFinalData()
1389 void mergeOne(const string& zoneid, const FinalZone& fz) { in mergeOne() argument
1393 ZONEINFO[zoneid].mergeFinalData(fz); in mergeOne()
1403 const FinalZone& fz = p.second; in mergeFinalZone() local
1405 mergeOne(id, fz); in mergeFinalZone()
/external/clang/test/CodeGenCXX/
Ddebug-info-enum-class.cpp101 void fz() { Z z; } in fz() function
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D880d7d004f4db80ab03a78dde4d71349.000080eb.honggfuzz.cov18 …��2M�rnC��xO+�ب('�k7�z,���E���NS�ٛD�Y�1�<��] ��%l����R \�-Uꡠ�k^fz�$�b��lCՀ���x� v��…
36 …��2M�rnC��xO+�ب('�k7�z,���E���NS�ٛD�Y�1�<��] ��%l����R \�-Uꡠ�k^fz�$�b��lCՀ���x� v��…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D880d7d004f4db80ab03a78dde4d71349.000080eb.honggfuzz.cov18 …��2M�rnC��xO+�ب('�k7�z,���E���NS�ٛD�Y�1�<��] ��%l����R \�-Uꡠ�k^fz�$�b��lCՀ���x� v��…
36 …��2M�rnC��xO+�ب('�k7�z,���E���NS�ٛD�Y�1�<��] ��%l����R \�-Uꡠ�k^fz�$�b��lCՀ���x� v��…

12345678