Searched refs:round_double_node (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp197 Node* round_double_node(Node* n);
1452 //--------------------------round_double_node--------------------------------
1454 Node* LibraryCallKit::round_double_node(Node* n) { function in class:LibraryCallKit
1466 Node* arg = round_double_node(argument(0));
1483 Node* arg = round_double_node(argument(0));
1640 Node* arg = round_double_node(argument(0));
1669 Node* x = round_double_node(argument(0));
1670 Node* y = round_double_node(argument(2));
1809 Node* a = round_double_node(argument(0));
1810 Node* b = (call_type == OptoRuntime::Math_DD_D_Type()) ? round_double_node(argumen
[all...]

Completed in 32 milliseconds