Home
last modified time | relevance | path

Searched refs:xN (Results 1 – 16 of 16) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Dgot-abuse.ll9 ; + ldr wD, [xN, #:got_lo12:func]
10 ; + add xD, xN, #:got_lo12:func
Dregress-tail-livereg.ll12 ; want that: the final "br xN" has to use a temporary or argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DBicubicSplineInterpolatingFunction.java169 final double xN = (x - xval[i]) / (xval[i + 1] - xval[i]); in value() local
172 return splines[i][j].value(xN, yN); in value()
246 final double xN = (x - xval[i]) / (xval[i + 1] - xval[i]); in partialDerivative() local
250 return partialDerivatives[which][i][j].value(xN, yN); in partialDerivative()
DTricubicSplineInterpolatingFunction.java323 final double xN = (x - xval[i]) / (xval[i + 1] - xval[i]); in value() local
327 return splines[i][j][k].value(xN, yN, zN); in value()
/external/valgrind/VEX/priv/
Dhost_arm64_defs.c3071 UInt xN = iregEnc(am->ARM64am.RI12.reg); in do_load_or_store8() local
3072 vassert(xN <= 30); in do_load_or_store8()
3074 uimm12, xN, wD); in do_load_or_store8()
3082 UInt xN = iregEnc(am->ARM64am.RR.base); in do_load_or_store8() local
3084 vassert(xN <= 30); in do_load_or_store8()
3086 xM, X011010, xN, wD); in do_load_or_store8()
3120 UInt xN = iregEnc(am->ARM64am.RI12.reg); in do_load_or_store16() local
3121 vassert(xN <= 30); in do_load_or_store16()
3123 uimm12, xN, wD); in do_load_or_store16()
3131 UInt xN = iregEnc(am->ARM64am.RR.base); in do_load_or_store16() local
[all …]
Dguest_arm64_toIR.c3107 IRTemp xN = newTemp(Ity_I64); in dis_ARM64_data_processing_register() local
3109 assign(xN, getIReg64orSP(nn)); in dis_ARM64_data_processing_register()
3146 IRTemp argL = xN; in dis_ARM64_data_processing_register()
/external/elfutils/src/tests/
Drun-strings-test.sh47 testfile2: 488 }a[xN
48 testfile2: 4a8 }a[xN
49 testfile2: 50c }a[xN
/external/clang/test/SemaObjCXX/
Dblocks.mm104 X<N> xN = ^() { return X<N>(); }();
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_gl0_kdt_dur.pkb327 �[����莣�aױ� v0�^$;jw_�ޣ���z�ݖ���wD�^%�;@�;�����'xxN�*<K�U4���n<�z'�5�������wQ�E�…
/external/llvm/test/CodeGen/X86/
D2009-04-27-CoalescerAssert.ll22 define void @getAffNeighbour(i32 %curr_mb_nr, i32 %xN, i32 %yN, i32 %is_chroma, %struct.PixelPos* %…
51 %13 = icmp slt i32 %12, %xN ; <i1> [#uses=1]
65 %15 = icmp slt i32 %xN, 0 ; <i1> [#uses=1]
470 %.not4 = icmp sgt i32 %xN, -1 ; <i1> [#uses=1]
471 %139 = icmp sgt i32 %.SV40.phi, %xN ; <i1> [#uses=1]
845 %236 = and i32 %.SV70.phi1091, %xN ; <i32> [#uses=1]
/external/opencv/cvaux/src/
Dcvepilines.cpp529 double xN,yN,zN; in icvGetCrossLines() local
584 xN = xC+betta*(xD-xC); in icvGetCrossLines()
589 midPoint->x = (xM + xN) * 0.5; in icvGetCrossLines()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_cm0_kpdf_mgc.pkb2391 …oVk�B��zdx[p>=+><! " !�e�a^I^�|{}�F=DF?HFFHNQLJ{��F9<FLJLMWbcii`j5325525�xN-����j�o��3�].��…
/external/chromium-trace/trace-viewer/tracing/test_data/
Dddms_calculator_start.trace8175 xN
11432 xN
11947 xN
13517 xN
20196 xN
20245 xN
20640 xN
20689 xN
20944 xN
20994 xN
[all …]
/external/sqlite/dist/
Dsqlite3.c152046 RtreeDValue xN; /* Coordinate value converted to a double */
152051 RTREE_DECODE_COORD(eInt, pCellData, xN);
152053 case RTREE_LE: if( xN <= p->u.rValue ) return; break;
152054 case RTREE_LT: if( xN < p->u.rValue ) return; break;
152055 case RTREE_GE: if( xN >= p->u.rValue ) return; break;
152056 case RTREE_GT: if( xN > p->u.rValue ) return; break;
152057 default: if( xN == p->u.rValue ) return; break;
/external/sqlite/dist/orig/
Dsqlite3.c152016 RtreeDValue xN; /* Coordinate value converted to a double */
152021 RTREE_DECODE_COORD(eInt, pCellData, xN);
152023 case RTREE_LE: if( xN <= p->u.rValue ) return; break;
152024 case RTREE_LT: if( xN < p->u.rValue ) return; break;
152025 case RTREE_GE: if( xN >= p->u.rValue ) return; break;
152026 case RTREE_GT: if( xN > p->u.rValue ) return; break;
152027 default: if( xN == p->u.rValue ) return; break;
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js4495xN=0.0,xO=0,xP=0,xQ=0,xR=0,xS=0,xT=0,xU=0,xV=0,xW=0,xX=0,xY=0,xZ=0,x_=0.0,x$=0,x0=0,x1=0.0,x2=0.0,…