HomeSort by relevance Sort by last modified time
    Searched refs:jn (Results 1 - 25 of 32) sorted by null

1 2

  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/tree/
UnitTest.class 
UnitTest.java 43 JumpInsnNode jn = new JumpInsnNode(GOTO, new Label()); local
44 jn.setOpcode(IFEQ);
45 assertEquals(jn.getOpcode(), IFEQ);
46 assertEquals(jn.getType(), AbstractInsnNode.JUMP_INSN);
  /external/syslinux/core/lwip/src/core/snmp/
mib_structs.c 858 struct mib_list_node *jn; local
862 jn = ln->next;
863 while ((jn != NULL) && empty_table(jn->nptr))
865 jn = jn->next;
867 if (jn != NULL)
869 cur_node.r_ptr = jn->nptr;
870 cur_node.r_id = jn->objid;
901 struct mib_list_node *jn; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
j.s 15 jn text_label
j.d 27 48: 20e0 0f84 0000 0000 jn 0
29 50: 20e0 0f84 0000 0000 jn 0
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/bin/
efi64.com     [all...]
  /external/python/cpython3/Lib/test/
test_trace.py 358 jn = os.path.join
359 ignore = trace._Ignore(['x', 'y.z'], [jn('foo', 'bar')])
363 self.assertTrue(ignore.names(jn('foo', 'bar', 'baz.py'), 'baz'))
364 self.assertFalse(ignore.names(jn('bar', 'z.py'), 'z'))
366 self.assertTrue(ignore.names(jn('bar', 'baz.py'), 'baz'))
  /libcore/ojluni/src/main/native/
fdlibm.h 152 extern double jn __P((int, double));
  /external/valgrind/massif/
ms_main.c 764 Int i, jp, j, jn, min_timespan_i; local
788 // Initial triple: (prev, curr, next) == (jp, j, jn)
792 FIND_SNAPSHOT(j+1, jn);
795 while (jn < clo_max_snapshots) {
796 Time timespan = snapshots[jn].time - snapshots[jp].time;
805 j = jn;
806 FIND_SNAPSHOT(jn+1, jn);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 241 __MATHCALL (jn,, (int, _Mdouble_));
math-finite.h 150 /* jn. */
151 extern double __REDIRECT_NTH (jn, (int, double), __jn_finite);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 241 __MATHCALL (jn,, (int, _Mdouble_));
math-finite.h 150 /* jn. */
151 extern double __REDIRECT_NTH (jn, (int, double), __jn_finite);
  /toolchain/binutils/binutils-2.27/include/opcode/
msp430.h 98 MSP_INSN (jn, 3, 1, 0x3000, 0xfc00),
  /prebuilts/go/darwin-x86/src/math/
jn.go 32 // Note 2. About jn(n,x), yn(n,x)
48 // Jn returns the order-n Bessel function of the first kind.
51 // Jn(n, ħInf) = 0
52 // Jn(n, NaN) = NaN
53 func Jn(n int, x float64) float64 {
93 // Jn(x) = cos(x-(2n+1)*pi/4)*sqrt(2/x*pi)
268 // Jn(x) = cos(x-(2n+1)*pi/4)*sqrt(2/x*pi)
  /prebuilts/go/linux-x86/src/math/
jn.go 32 // Note 2. About jn(n,x), yn(n,x)
48 // Jn returns the order-n Bessel function of the first kind.
51 // Jn(n, ħInf) = 0
52 // Jn(n, NaN) = NaN
53 func Jn(n int, x float64) float64 {
93 // Jn(x) = cos(x-(2n+1)*pi/4)*sqrt(2/x*pi)
268 // Jn(x) = cos(x-(2n+1)*pi/4)*sqrt(2/x*pi)
  /bionic/tests/headers/posix/
math_h.c 225 FUNCTION(jn, double (*f)(int, double));
  /bionic/libc/include/
math.h 334 double jn(int __n, double __x);
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 706 #define __ieee754_jn jn
  /bionic/tests/
math_test.cpp     [all...]
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 698 #define __ieee754_jn jn
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
TreeFinder.java 323 JCVariableDecl jn = (JCVariableDecl) node; local
324 JCTree jt = jn.getType();
328 return Pair.of(astRecord(node), jn.getStartPosition());
334 return Pair.of(astRecord(node), jn.pos);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 313 _CRTIMP double __cdecl jn (int, double) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/jasmin/
jasmin.jar 

Completed in 1861 milliseconds

1 2