Home
last modified time | relevance | path

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

12

/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.c3104 UInt xN = iregEnc(am->ARM64am.RI12.reg); in do_load_or_store8() local
3105 vassert(xN <= 30); in do_load_or_store8()
3107 uimm12, xN, wD); in do_load_or_store8()
3115 UInt xN = iregEnc(am->ARM64am.RR.base); in do_load_or_store8() local
3117 vassert(xN <= 30); in do_load_or_store8()
3119 xM, X011010, xN, wD); in do_load_or_store8()
3153 UInt xN = iregEnc(am->ARM64am.RI12.reg); in do_load_or_store16() local
3154 vassert(xN <= 30); in do_load_or_store16()
3156 uimm12, xN, wD); in do_load_or_store16()
3164 UInt xN = iregEnc(am->ARM64am.RR.base); in do_load_or_store16() local
[all …]
Dguest_arm64_toIR.c3112 IRTemp xN = newTemp(Ity_I64); in dis_ARM64_data_processing_register() local
3114 assign(xN, getIReg64orSP(nn)); in dis_ARM64_data_processing_register()
3151 IRTemp argL = xN; in dis_ARM64_data_processing_register()
/external/elfutils/tests/
Drun-strings-test.sh47 testfile2: 488 }a[xN
48 testfile2: 4a8 }a[xN
49 testfile2: 50c }a[xN
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dax_cc_maxopt.m4121 *f3[[347]]:*:*:*|*f4[1347]:*:*:*) icc_flags="-xP -xN -xW -xK";;
122 *f??:*:*:*) icc_flags="-xN -xW -xK";;
/external/clang/test/SemaObjCXX/
Dblocks.mm104 X<N> xN = ^() { return X<N>(); }();
/external/ImageMagick/PerlMagick/t/reference/filter/
DNegate.miff29 ������A��&���xt�{���� ����Ț�~t��b��T�wT�xN�}F�zU�JIf<@A��ȣ�ɣ�ɢ�Ȣ�Ƣ�ġ�¢�¢�ž�Ŝ������yJLxY �����…
DModulate.miff17 …2�Ŋk�eI�=Z�K^�RX�GY�NW�KX�IV�G*5)/51?>:KLBdato`�u\��{먇����ޤ�簅�Ր��iWbjMhnF�xN�}S��f�z6�h�m�j�c…
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DNegate.miff57 ������A��&���xt�{���� ����Ț�~t��b��T�wT�xN�}F�zU�JIf<@A��ȣ�ɣ�ɢ�Ȣ�Ƣ�ġ�¢�¢�ž�Ŝ������yJLxY �����…
/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/swiftshader/third_party/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/ImageMagick/PerlMagick/t/reference/read/
Dinput_uyvy.miff14 …����{�{7|�3|�0{�3{�:z�Bz�Ku�Iu�c�{��{��v��v��|q�|K�@�9y�;y�@y~=y~C�xQ�xN{�M{�[g�Zg�_b�[b�]a�e…
/external/ImageMagick/PerlMagick/t/
Dinput_gray_lsb_double.mat9 …�qG��?�qG��?UUUUU��?9��8��?�q�1��?UUUU��?�������?�������?UUUUU8�?�8��xN�?������?r�q���?�q�…
/external/python/cpython2/Doc/reference/
Dexpressions.rst755 *x1*, ..., *xN*, and ``expression`` evaluates to a sequence *y1*, ..., *yM*, this
756 is equivalent to a call with M+N positional arguments *x1*, ..., *xN*, *y1*,
/external/webrtc/data/voice_engine/stereo_rtp_files/
Dstereo_g729.rtp454 �����xN��HK������ y�����xH��N\!��<�4��d�� ��9�I��X�j�:n�N�lRB�
Dtoggling_stereo_g729_pt18_pt125.rtp495 …������UI��Xy0ز;S�������������I��X0�U�3�z�������������I��X�xN�{W������������…
1663 …�(� �xD�}A����eI��Xc��Jҟ0��c��Jҟ0���(� �xN�}A���ԵI��XecVI��r�ecVI��r��(� �xX�}A����I��Xc…
1806 …J�F>����I��XD貚�S�������T�F?����I��X:�2��"k�������^�F@���5I��X2R�xN-^к�(� ��h�}FA����I�…
/external/webrtc/talk/media/testdata/
Dh264-svc-99-640x360.rtpdump385 ���8e>�<xN�X�?��A��V�å�:pX����"����Н2�<�B*e�5��Brj��@�^�����|_F�if`? �T{�_}���E�U�nĐ
1262 U��)=.�e�o���xN@�L b�_7���
4040 0��ේq�)�͛ /-�8��%z������E1c���xN���Ng�à]�/�p[�����`"�9�t�?����v��T6��� *� ��cT�H�P��aO …
5125 N�{��]_i�N��ߛxN�^[�3��������ڽ����ܵ��p�gWl�)W*-2̕t˗�z!w/Dļ쥗�\�6X���;�nv���ܽ�:��� �W���� I�hײO…
5640 …�;�u]���=V�ZF��X�c���YJ�P�� �� 8�lI�gl�J\��O>��9�X�άC���x�MRv�<aB�xN9C��O@4�#�/�D �s…
/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/lisa/ipynb/examples/trace_analysis/
DTraceAnalysis_TasksLatencies.ipynb1843 …EmSNA0GiJJq1s6n5++5RHnb4x0s7OjitN+6jZNefSdL\nVj1TdHmSJEmSJNUFA0RJNWe43MQ3//xN/Ponx9JUGua4M+7n1R/8P…
/external/trappy/doc/
DStats.ipynb772 …idt5dSghnSPFrmMd0W+\nnTbL7TCxI5VudXjAampMruNU2+ayHa38vxmPcDK5KnqTja+MH0HF7/xN/p39q8P335v9+te8/t0I\…
/external/libtextclassifier/models/
Dtextclassifier.langid.model101 �X@kZ�[���S<�߸�����xN����� ����`�R�{�V����}�Ȱ��ZF�����q�������ukR<��]z<m�8��u�ps��s>�Kw�!�|�@���…
449 …���g���+�t�!��x�T(t������@��~�Jz����t�`�U�}�m� ƒʠ^.^�L���@tJrFnp4Js_��xN���������:�o!a���du#…
496 …C�8�+�g��1���Z��xl1�b���r���Q�_��J/l�fw��1��}��^�.���Ux]����d���kkn��v���xN���Z5-h����i aS�KjSM…

12