Home
last modified time | relevance | path

Searched defs:with_offset (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/element/
Dboxplot.rs14 fn with_offset(coord: BackendCoord, offset: f64) -> BackendCoord; in with_offset() method
31 fn with_offset(coord: BackendCoord, offset: f64) -> BackendCoord { in with_offset() method
44 fn with_offset(coord: BackendCoord, offset: f64) -> BackendCoord { in with_offset() method
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dir_array.h97 Index with_offset = *this; in AddOffsetToDim() local
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5TextureGatherOffset.hpp244 glw::GLint with_offset[4]; member
H A DesextcGPUShader5TextureGatherOffset.cpp2256 …const glw::GLint *with_offset = results + (vertex * vertex_size_in_results_buffer) + with_offs… in verifyResult() local
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/offset/local/tz_info/
Dtimezone.rs589 pub(super) const fn with_offset(ut_offset: i32) -> Result<Self, Error> { in with_offset() method