/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/ |
H A D | value.rs | 19 use built_in_function::BuiltInFunction; 24 BuiltInFunction(BuiltInFunction), enumerator 61 (Self::BuiltInFunction(a), Self::BuiltInFunction(b)) => c(a == b), in compare() 98 Self::BuiltInFunction(f) => { in serialize() 160 1 => Self::BuiltInFunction(BuiltInFunction::deserialize(read)?), in deserialize() 198 Self::BuiltInFunction(_) | Self::Fn(_, _, _) => "function", in type_name() 241 Self::BuiltInFunction(f) => f.wrap_with_expr(lazy_fn, scope), in handle_num() 256 (Self::BuiltInFunction(f), Self::Num(a)) => f.wrap_with_expr(lazy_fn_lhs(*a), scope), in handle_two_nums() 257 (Self::Num(a), Self::BuiltInFunction(f)) => f.wrap_with_expr(lazy_fn_rhs(*a), scope), in handle_two_nums() 305 Self::BuiltInFunction(func) => { in apply() [all …]
|
H A D | ast.rs | 9 use crate::value::{built_in_function::BuiltInFunction, ApplyMulHandling, Value}; 423 f @ (Value::BuiltInFunction(_) | Value::Fn(_, _, _)) => f.apply( in evaluate() 438 Value::BuiltInFunction(f) => Some(f.invert()?), in evaluate() 532 (Value::BuiltInFunction(f), Value::Num(a)) => f.wrap_with_expr( in evaluate_add() 536 (Value::Num(a), Value::BuiltInFunction(f)) => f.wrap_with_expr( in evaluate_add() 708 "sample" | "roll" => Value::BuiltInFunction(BuiltInFunction::Sample), in resolve_identifier() 709 "mean" | "average" => Value::BuiltInFunction(BuiltInFunction::Mean), in resolve_identifier() 712 "real" | "re" | "Re" => Value::BuiltInFunction(BuiltInFunction::Real), in resolve_identifier() 713 "imag" | "im" | "Im" => Value::BuiltInFunction(BuiltInFunction::Imag), in resolve_identifier() 714 "conjugate" => Value::BuiltInFunction(BuiltInFunction::Conjugate), in resolve_identifier() [all …]
|
H A D | lib.rs | 65 BuiltInFunction, enumerator
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/value/ |
H A D | built_in_function.rs | 14 pub(crate) enum BuiltInFunction { enum 45 impl BuiltInFunction { implementation 63 Self::Sin => Value::BuiltInFunction(Self::Asin), in invert() 64 Self::Cos => Value::BuiltInFunction(Self::Acos), in invert() 65 Self::Tan => Value::BuiltInFunction(Self::Atan), in invert() 66 Self::Asin => Value::BuiltInFunction(Self::Sin), in invert() 67 Self::Acos => Value::BuiltInFunction(Self::Cos), in invert() 68 Self::Atan => Value::BuiltInFunction(Self::Tan), in invert() 69 Self::Sinh => Value::BuiltInFunction(Self::Asinh), in invert() 70 Self::Cosh => Value::BuiltInFunction(Self::Acosh), in invert() [all …]
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 158 struct BuiltInFunction { struct 179 BuiltInFunction{ EOpRadians, "radians", 1, TypeF, ClassRegular, {} }, 180 BuiltInFunction{ EOpDegrees, "degrees", 1, TypeF, ClassRegular, {} }, 181 BuiltInFunction{ EOpSin, "sin", 1, TypeF, ClassRegular, {} }, 182 BuiltInFunction{ EOpCos, "cos", 1, TypeF, ClassRegular, {} }, 183 BuiltInFunction{ EOpTan, "tan", 1, TypeF, ClassRegular, {} }, 184 BuiltInFunction{ EOpAsin, "asin", 1, TypeF, ClassRegular, {} }, 185 BuiltInFunction{ EOpAcos, "acos", 1, TypeF, ClassRegular, {} }, 186 BuiltInFunction{ EOpAtan, "atan", 2, TypeF, ClassRegular, {} }, 187 BuiltInFunction{ EOpAtan, "atan", 1, TypeF, ClassRegular, {} }, [all …]
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | Initialize.cpp | 159 struct BuiltInFunction { struct 180 BuiltInFunction{ EOpRadians, "radians", 1, TypeF, ClassRegular, {} }, 181 BuiltInFunction{ EOpDegrees, "degrees", 1, TypeF, ClassRegular, {} }, 182 BuiltInFunction{ EOpSin, "sin", 1, TypeF, ClassRegular, {} }, 183 BuiltInFunction{ EOpCos, "cos", 1, TypeF, ClassRegular, {} }, 184 BuiltInFunction{ EOpTan, "tan", 1, TypeF, ClassRegular, {} }, 185 BuiltInFunction{ EOpAsin, "asin", 1, TypeF, ClassRegular, {} }, 186 BuiltInFunction{ EOpAcos, "acos", 1, TypeF, ClassRegular, {} }, 187 BuiltInFunction{ EOpAtan, "atan", 2, TypeF, ClassRegular, {} }, 188 BuiltInFunction{ EOpAtan, "atan", 1, TypeF, ClassRegular, {} }, [all …]
|
/aosp_15_r20/external/jcommander/lib/ |
HD | kotlin-reflect.jar | META-INF/MANIFEST.MF
META-INF/build.txt
META-INF/kotlin ... |