Searched refs:input (Results 151 - 175 of 810) sorted by relevance

1234567891011>>

/openjdk10/jdk/test/java/lang/Math/
H A DTests.java230 public static int test(String testName, float input, argument
234 "\tFor input " + input + "\t(" + toHexString(input) + ")\n" +
243 public static int test(String testName, double input, argument
247 "\tFor input " + input + "\t(" + toHexString(input) + ")\n" +
282 public static int test(String testName, float input, argument
286 "\tFor input "
294 test(String testName, double input, int result, int expected) argument
307 test(String testName, float input, float result, float expected) argument
321 test(String testName, double input, double result, double expected) argument
453 testUlpDiff(String testName, double input, double result, double expected, double ulps) argument
484 testUlpDiffWithAbsBound(String testName, double input, double result, double expected, double ulps, double absBound) argument
509 testUlpDiffWithLowerBound(String testName, double input, double result, double expected, double ulps, double lowerBound) argument
531 testTolerance(String testName, double input, double result, double expected, double tolerance) argument
554 testBounds(String testName, double input, double result, double bound1, double bound2) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.aarch64/src/org/graalvm/compiler/lir/aarch64/
H A DAArch64BitManipulationOp.java52 @Use({REG}) protected AllocatableValue input; field in class:AArch64BitManipulationOp
54 public AArch64BitManipulationOp(BitManipulationOpCode opcode, AllocatableValue result, AllocatableValue input) { argument
58 this.input = input;
64 Register src = asRegister(input);
65 final int size = input.getPlatformKind().getSizeInBytes() * Byte.SIZE;
71 // BSR == <type width> - 1 - CLZ(input)
77 // CTZ == CLZ(rbit(input))
H A DAArch64Unary.java41 * AARCH64 LIR instructions that have one input and one output.
54 @Use({COMPOSITE}) protected AArch64AddressValue input; field in class:AArch64Unary.MemoryOp
61 public MemoryOp(boolean isSigned, int targetSize, int srcSize, AllocatableValue result, AArch64AddressValue input, LIRFrameState state) { argument
67 this.input = input;
76 AArch64Address address = input.toAddress();
87 int displacement = input.getDisplacement();
88 if (state == null && value.equals(input.getBase()) && input.getOffset().equals(Value.ILLEGAL) && displacement >= 0 && displacement < implicitNullCheckLimit) {
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DLoopFullUnrollTest.java38 public static int testMinToMax(int input) { argument
40 int current = input;
53 public static int testMinTo0(int input) { argument
55 int current = input;
68 public static int testNegativeTripCount(int input) { argument
70 int current = input;
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/util/xml/
H A DSAXParser.java48 * a variety of input sources. These input sources are InputStreams,
106 InputSource input = new InputSource(is);
107 this.parse(input, dh);
131 InputSource input = new InputSource(uri);
132 this.parse(input, dh);
158 InputSource input = new InputSource(f.toURI().toASCIIString());
159 this.parse(input, dh);
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/
H A DJdkRegExp.java98 final String input; field in class:JdkRegExp.DefaultMatcher
101 DefaultMatcher(final String input) { argument
102 this.input = input;
103 this.defaultMatcher = pattern.matcher(input);
113 return input;
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/reflect/
H A DClass_getField02.java37 public static String test(String input) throws NoSuchFieldException { argument
38 return Class_getField02b.class.getField(input).getName();
H A DClass_getDeclaredField01.java36 public static String test(String input) throws NoSuchFieldException { argument
37 return Class_getDeclaredField01.class.getDeclaredField(input).getName();
H A DClass_getDeclaredMethod01.java35 public static String test(String input) throws NoSuchMethodException { argument
36 return Class_getDeclaredMethod01.class.getDeclaredMethod(input, String[].class).getName();
H A DClass_getField01.java37 public static String test(String input) throws NoSuchFieldException { argument
38 return Class_getField01.class.getField(input).getName();
H A DClass_getMethod01.java35 public static String test(String input) throws NoSuchMethodException { argument
36 return Class_getMethod01.class.getMethod(input, String[].class).getName();
H A DInvoke_virtual01.java38 public static int test(int input) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException { argument
39 if (input == 1) {
H A DInvoke_main02.java43 public static String test(String input) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException { argument
45 final String[] args = {input};
H A DInvoke_main01.java43 public static String test(String input) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException { argument
45 final String[] args = {input};
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DBooleanHolder.java79 * Reads unmarshalled data from {@code input} and assigns it to this
82 * @param input the {@code InputStream} object containing
85 public void _read(InputStream input) { argument
86 value = input.read_boolean();
H A DByteHolder.java80 * Reads from {@code input} and initalizes the value in
84 * @param input the InputStream containing CDR formatted data from the wire.
86 public void _read(InputStream input) { argument
87 value = input.read_octet();
H A DPrincipalHolder.java81 public void _read(InputStream input) { argument
82 value = input.read_Principal();
H A DCharHolder.java80 * Reads from {@code input} and initalizes the value in
84 * @param input the InputStream containing CDR formatted data from the wire
86 public void _read(InputStream input) { argument
87 value = input.read_char();
H A DTypeCodeHolder.java80 * Reads from {@code input} and initalizes the value in
84 * @param input the InputStream containing CDR formatted data from the wire
86 public void _read(InputStream input) { argument
87 value = input.read_TypeCode();
H A DObjectHolder.java81 * Reads from {@code input} and initalizes the value in
85 * @param input the InputStream containing CDR formatted data from the wire.
87 public void _read(InputStream input) { argument
88 value = input.read_Object();
H A DAnyHolder.java78 * Reads from {@code input} and initalizes the value in the Holder
81 * @param input the InputStream containing CDR formatted data from the wire.
83 public void _read(InputStream input) { argument
84 value = input.read_any();
H A DIntHolder.java80 * Reads unmarshalled data from {@code input} and assigns it to
83 * @param input the {@code InputStream} object containing CDR
86 public void _read(InputStream input) { argument
87 value = input.read_long();
H A DDoubleHolder.java80 * Read a double value from the input stream and store it in the
83 * @param input the {@code InputStream} to read from.
85 public void _read(InputStream input) { argument
86 value = input.read_double();
H A DShortHolder.java80 * Reads from {@code input} and initalizes the value in
84 * @param input the InputStream containing CDR formatted data from the wire.
86 public void _read(InputStream input) { argument
87 value = input.read_short();
H A DLongHolder.java80 * Reads from {@code input} and initalizes the value in the Holder
83 * @param input the InputStream containing CDR formatted data from the wire
85 public void _read(InputStream input) { argument
86 value = input.read_longlong();

Completed in 134 milliseconds

1234567891011>>